From 2c94d646c9fd9fc3adedf6438fac1fcdee249333 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Mon, 11 May 2020 01:26:59 +0100 Subject: [PATCH] . --- .drone-home.star | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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