Skip to content

Commit

Permalink
Add deploy passphrase to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Nov 12, 2024
1 parent 961ca2a commit d903f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SERVER_SSH_KEY }}
passphrase: ${{ secrets.SSH_KEY_PASSPHRASE }}
script: |
docker-compose pull $ARTIFACT_NAME:$RELEASE_VERSION
docker-compose up -d $ARTIFACT_NAME

0 comments on commit d903f95

Please sign in to comment.