.
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",
|
||||
"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",
|
||||
),
|
||||
],
|
||||
[],
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue