.
continuous-integration/drone/push Build was killed 详情

This commit is contained in:
Giles Bradshaw 2020-04-27 22:36:09 +01:00
父节点 e44f39964a
当前提交 afca43144a
共有 2 个文件被更改,包括 3 次插入3 次删除

查看文件

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