Skip to content

Commit

Permalink
ci: fixed backend sentry token missing
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXOUXAX committed May 10, 2024
1 parent 1416de4 commit 0a8fab6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ jobs:

- name: Update and restart containers
uses: appleboy/[email protected]
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
envs: SENTRY_AUTH_TOKEN
script: |
export SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN
cd /home/ubuntu/.docker/datsmysong
git pull
docker-compose down
Expand Down

0 comments on commit 0a8fab6

Please sign in to comment.