Migrate inventory to yaml
This commit is contained in:
4
tasks.py
4
tasks.py
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user