Skip to content

Commit

Permalink
use the correct docker compose yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth committed Jul 25, 2024
1 parent 3f0edca commit 00bcfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
cd /home/dreth/IOTstack/volumes/hbd &&
git pull &&
docker compose build &&
docker compose -f docker-compose-prod.yml build &&
docker stop hbd || true &&
docker rm hbd || true &&
docker compose up -d hbd
docker compose -f docker-compose-prod-yml up -d hbd

0 comments on commit 00bcfa4

Please sign in to comment.