Migrate inventory to yaml

This commit is contained in:
2024-12-21 15:11:01 +03:00
parent 98a1087e84
commit cd86348f88
5 changed files with 17 additions and 58 deletions

View File

@@ -53,7 +53,5 @@ 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 --all --volumes --force"
)
c.run(f"docker system prune --all --volumes --force")
print("Done.")