Skip to content

Commit

Permalink
Fix docker compose in ssh
Browse files Browse the repository at this point in the history
This was failing given that we use `docker compose` instaead of the
alias `docker-compose` on the server now
  • Loading branch information
obscurerichard committed Dec 8, 2024
1 parent 0dc6816 commit 7ab5aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
script: |
set -euo pipefail
cd /opt/compose
docker-compose pull freezing-sync
docker-compose up -d freezing-sync
docker compose pull freezing-sync
docker compose up -d freezing-sync

0 comments on commit 7ab5aff

Please sign in to comment.