diff --git a/.drone-home.star b/.drone-home.star index d1dccf8..04ca74d 100644 --- a/.drone-home.star +++ b/.drone-home.star @@ -9,6 +9,8 @@ def main(ctx): "home-deploy", stackRoot, stackName, - [] + [ + "docker service scale {name}_chat=1".format(name=stackName), + ] ) \ No newline at end of file