fix: wipe stack before deploying

This commit is contained in:
decentral1se 2021-11-13 21:05:51 +01:00
parent ab17b3b9f3
commit 5aebaf8541
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
default:
@docker stack deploy -c compose.yml comrade-renovate-bot
@docker stack rm comrade-renovate-bot && \
docker stack deploy -c compose.yml comrade-renovate-bot