Update outline version

This commit is contained in:
2024-08-05 10:11:42 +03:00
parent 3b11a63fa0
commit e76b31fd99
2 changed files with 4 additions and 1 deletions

View File

@@ -58,4 +58,7 @@ def deploy(app_name: str, compose_file="docker-compose.yml", dirs=None):
c.run(
f"docker-compose --project-name {shlex.quote(app_name)} --env-file=.env.prod up --detach --remove-orphans"
)
c.run(
f"docker system prune --volumes --force"
)
print("Done.")