.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
e44f39964a
commit
afca43144a
|
@ -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",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
[],
|
[],
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in New Issue