Skip to content

Commit

Permalink
Webrepl deploy fix (#225)
Browse files Browse the repository at this point in the history
* Add deploy passphrase to GA
  • Loading branch information
ksclarke authored Nov 12, 2024
1 parent 4f82093 commit ec8564d
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 ec8564d

Please sign in to comment.