From afca43144a73df06a8a150b0e24796eac0c6c037 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Mon, 27 Apr 2020 22:36:09 +0100 Subject: [PATCH] . --- .drone-do.star | 4 ++-- docker-compose-do.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone-do.star b/.drone-do.star index 9c0dd27..cb18d22 100644 --- a/.drone-do.star +++ b/.drone-do.star @@ -42,7 +42,7 @@ def main(ctx): "letsencrypt-nginx", "do", ), - scp("/home/giles/stack-deploy"), + scp("~/stack-deploy"), pull([ "letsencrypt-do", "drone-starlark", @@ -50,7 +50,7 @@ def main(ctx): ]), deploy( "docker-compose-do.yml", - "/home/giles/gitea-drone-stack", + "~/stack-deploy", ), ], [], diff --git a/docker-compose-do.yml b/docker-compose-do.yml index db0e8bd..a630671 100644 --- a/docker-compose-do.yml +++ b/docker-compose-do.yml @@ -69,7 +69,7 @@ services: deploy: placement: constraints: [node.labels.com.sigyl.git-stack-chat == yes] - replicas: 0 # will scale after mongo initated + replicas: 1 # will scale after mongo initated restart_policy: condition: any image: rocketchat/rocket.chat:latest