Skip to content

Commit

Permalink
ci: update docker compose cli
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Mar 28, 2024
1 parent 8eabe2c commit 5dd4248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
script_stop: true
script: |
cd ${{ secrets.HOST_DIRECTORY }}
docker-compose pull
docker-compose up -d --force-recreate --remove-orphans
docker compose pull
docker compose up -d --force-recreate --remove-orphans

0 comments on commit 5dd4248

Please sign in to comment.