This commit is contained in:
Giles Bradshaw 2020-05-11 01:26:59 +01:00
parent 52b6ce8b82
commit 2c94d646c9
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ def main(ctx):
"home-deploy",
stackRoot,
stackName,
[]
[
"docker service scale {name}_chat=1".format(name=stackName),
]
)