Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend/feature/191 add frontend deploy GitHub actions #192

Conversation

boraykasap
Copy link
Contributor

No description provided.

@boraykasap boraykasap requested a review from mmtftr May 12, 2024 14:56
@boraykasap boraykasap self-assigned this May 12, 2024
@boraykasap boraykasap linked an issue May 12, 2024 that may be closed by this pull request
@boraykasap boraykasap added this to the Customer Milestone 3 milestone May 12, 2024
.github/workflows/frontend.yml Outdated Show resolved Hide resolved
.github/workflows/frontend_deploy_staging.yml Show resolved Hide resolved
@mmtftr
Copy link
Contributor

mmtftr commented May 13, 2024

can we remove on pull request from the frontend test? Just push is enough

runs-on: ubuntu-latest
steps:
- name: Checkout
uses: digitalocean/action-doctl@v2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this to checkout action

uses: digitalocean/action-doctl@v2

- name: Authorize with doctl
run: echo ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} | doctl auth init --context github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if possible this should be the action-doctl using our digitalocean access token

@EnesBaserr
Copy link
Contributor

Closed due to new term.

@EnesBaserr EnesBaserr closed this Sep 24, 2024
@atakanyasar atakanyasar deleted the frontend/feature/191-add-frontend-deploy-github-actions branch September 24, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Github Actions Frontend Deployment Integration
3 participants