Skip to content

Commit

Permalink
force recreate and remove orphans
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Nov 1, 2024
1 parent 9ccdf6b commit 7815213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
docker network create angelos-network
fi
docker network ls
docker compose -f /home/${{ vars.VM_USERNAME }}/${{ github.repository }}/docker-compose.yml up --pull=always -d
docker compose -f /home/${{ vars.VM_USERNAME }}/${{ github.repository }}/docker-compose.yml up --pull=always -d --force-recreate --remove-orphans

0 comments on commit 7815213

Please sign in to comment.