Skip to content

Commit

Permalink
ci: add docker login for deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu12329 committed May 7, 2024
1 parent 97cf541 commit 422bdb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
passphrase: ${{ secrets.SERVER_PASSPHRASE }}
script_stop: true
script: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
cd bingusboingus
docker compose pull
docker compose up -d
Expand Down

0 comments on commit 422bdb5

Please sign in to comment.