Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-jv authored Jun 21, 2024
1 parent dc16ad9 commit 87d802c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Fronted CI/CD
env:
ENVIRONMENT: Development
DIGITAL_OCEAN_ACCESS_TOKEN: ${{ secrets.DO_API_TOKEN }}
ENVIRONMENT: test
on:
push:
branches:
Expand Down Expand Up @@ -35,7 +34,7 @@ jobs:
env:
DIGITAL_OCEAN_ACCESS_TOKEN: ${{ secrets.DO_API_TOKEN }}
- name: Debug secrets
run: echo "DO_API_TOKEN is ${{ secrets.DO_API_TOKEN }}"
run: echo "DO_API_TOKEN is $DIGITAL_OCEAN_ACCESS_TOKEN"
- uses: jjst/action-digitalocean-deploy-app@v2
with:
token: $DIGITAL_OCEAN_ACCESS_TOKEN
Expand Down

0 comments on commit 87d802c

Please sign in to comment.