Skip to content

Commit

Permalink
CD: fix docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
raipen committed Mar 10, 2024
1 parent bfebb95 commit 51d3ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
key: ${{ secrets.KEY }}
script: |
cd ~
docker-compose down --rmi local
docker-compose pull
docker-compose up -d
docker compose down --rmi all
docker compose pull
docker compose up -d

0 comments on commit 51d3ac1

Please sign in to comment.