.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-04-27 22:36:09 +01:00
parent e44f39964a
commit afca43144a
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ def main(ctx):
"letsencrypt-nginx", "letsencrypt-nginx",
"do", "do",
), ),
scp("/home/giles/stack-deploy"), scp("~/stack-deploy"),
pull([ pull([
"letsencrypt-do", "letsencrypt-do",
"drone-starlark", "drone-starlark",
@ -50,7 +50,7 @@ def main(ctx):
]), ]),
deploy( deploy(
"docker-compose-do.yml", "docker-compose-do.yml",
"/home/giles/gitea-drone-stack", "~/stack-deploy",
), ),
], ],
[], [],

View File

@ -69,7 +69,7 @@ services:
deploy: deploy:
placement: placement:
constraints: [node.labels.com.sigyl.git-stack-chat == yes] 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: restart_policy:
condition: any condition: any
image: rocketchat/rocket.chat:latest image: rocketchat/rocket.chat:latest