.
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",
"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",
),
],
[],

View File

@ -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