There was an error while loading. Please reload this page.
1 parent f35ad82 commit 97473fcCopy full SHA for 97473fc
1 file changed
.github/workflows/deploy.yml
@@ -35,4 +35,9 @@ jobs:
35
script: |
36
export IMAGE_TAG=${{ steps.vars.outputs.sha_short }}
37
cd docker-compose
38
+ docker stack rm the-stack
39
+ sleep 20s
40
+ sudo systemctl stop nginx
41
+ sudo systemctl restart nginx
42
docker stack deploy -c docker-compose.yml the-stack
43
+ yes | docker system prune -a
0 commit comments