Skip to content

Commit

Permalink
Pass ENVs to release GA (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke authored Dec 17, 2024
1 parent 883e057 commit b08bd96
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 @@ -100,6 +100,7 @@ jobs:
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SERVER_SSH_KEY }}
passphrase: ${{ secrets.SSH_KEY_PASSPHRASE }}
envs: ARTIFACT_NAME,RELEASE_VERSION
script: |
docker-compose pull $ARTIFACT_NAME:$RELEASE_VERSION
docker-compose up -d $ARTIFACT_NAME

0 comments on commit b08bd96

Please sign in to comment.