-
Notifications
You must be signed in to change notification settings - Fork 1
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
Frontend/feature/191 add frontend deploy GitHub actions #192
Conversation
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
Closed due to new term. |
No description provided.