Skip to content

Commit

Permalink
refactor: Update docker compose command to force recreate containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadillidiid committed Apr 14, 2024
1 parent f45012a commit 6dae7db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
echo 'IMAGE_TAG="${{ env.IMAGE_TAG }}"' >> .env
docker compose pull
docker compose down
docker compose up -d
docker compose up -d --force-recreate
rm -f local_ssh_script-before-*.sh
docker system prune -af

0 comments on commit 6dae7db

Please sign in to comment.