General deployment #1

Merged
carsten merged 18 commits from deploy into main 2023-09-13 22:33:47 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 308b5000a4 - Show all commits

View file

@ -1,3 +1,3 @@
#!/bin/sh
docker system prune --all --volumes --force | tail -n 1 && df -h | grep -v overlay
docker system prune --volumes --force | tail -n 1 && df -h | grep -v overlay

View file

@ -48,7 +48,7 @@ tasks:
deps:
- util:template
cmds:
- "docker-compose {{.COMPOSE_ARGS}} create --force-recreate {{.CLI_ARGS}}"
- "docker-compose {{.COMPOSE_ARGS}} up -d --force-recreate {{.CLI_ARGS}}"
stop:
desc: Stop given or all services