Skip to content

Commit

Permalink
deploy explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Nov 10, 2024
1 parent a2a96db commit 21a7e1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
port: ${{ secrets.PORT }}
passphrase: ${{ secrets.PASSPHRASE }}
script: |
restart
set -euo pipefail
cd /opt/compose
docker-compose pull freezing-web
docker-compose up freezing-web -d

0 comments on commit 21a7e1f

Please sign in to comment.