.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
7975ac24ea
commit
f727cf31f2
|
@ -30,13 +30,13 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
printSecrets(
|
||||
"env-chat",
|
||||
publicSecrets,
|
||||
secretSecrets,
|
||||
),
|
||||
scp(base),
|
||||
deploy(
|
||||
"docker-compose.yml",
|
||||
name,
|
||||
|
|
|
@ -30,13 +30,13 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
printSecrets(
|
||||
"env-commento",
|
||||
publicSecrets,
|
||||
secretSecrets,
|
||||
),
|
||||
scp(base),
|
||||
deploy(
|
||||
"docker-compose.yml",
|
||||
name,
|
||||
|
|
|
@ -30,6 +30,7 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
build("drone-starlark"),
|
||||
printSecrets(
|
||||
|
@ -37,7 +38,6 @@ def drone(
|
|||
publicSecrets,
|
||||
secretSecrets,
|
||||
),
|
||||
scp(base),
|
||||
pull(
|
||||
"pull images",
|
||||
[
|
||||
|
|
|
@ -30,6 +30,7 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
printSecrets(
|
||||
"env-ghost",
|
||||
|
@ -37,7 +38,6 @@ def drone(
|
|||
secretSecrets,
|
||||
),
|
||||
build("ghost"),
|
||||
scp(base),
|
||||
pull(
|
||||
"pull images",
|
||||
[
|
||||
|
|
|
@ -30,6 +30,7 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
printSecrets(
|
||||
"env-gitea",
|
||||
|
@ -37,7 +38,6 @@ def drone(
|
|||
secretSecrets,
|
||||
),
|
||||
build("gitea"),
|
||||
scp(base),
|
||||
pull(
|
||||
"pull images",
|
||||
[
|
||||
|
|
|
@ -30,6 +30,7 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
printSecrets(
|
||||
"env-guacamole",
|
||||
|
@ -37,7 +38,6 @@ def drone(
|
|||
secretSecrets,
|
||||
),
|
||||
build("guacamole-postgresql"),
|
||||
scp(base),
|
||||
pull(
|
||||
"pull images",
|
||||
[
|
||||
|
|
|
@ -30,13 +30,13 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
printSecrets(
|
||||
"env-matomo",
|
||||
publicSecrets,
|
||||
secretSecrets,
|
||||
),
|
||||
scp(base),
|
||||
deploy(
|
||||
"docker-compose.yml",
|
||||
name,
|
||||
|
|
|
@ -30,13 +30,13 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
printSecrets(
|
||||
"env-portainer",
|
||||
publicSecrets,
|
||||
secretSecrets,
|
||||
),
|
||||
scp(base),
|
||||
deploy(
|
||||
"docker-compose.yml",
|
||||
name,
|
||||
|
|
|
@ -30,6 +30,7 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
printSecrets(
|
||||
"env-proxy",
|
||||
|
@ -53,7 +54,6 @@ def drone(
|
|||
"letsencrypt-nginx",
|
||||
"drone",
|
||||
),
|
||||
scp(base),
|
||||
pull(
|
||||
"pull images",
|
||||
[
|
||||
|
|
|
@ -30,13 +30,13 @@ def drone(
|
|||
pipeline(
|
||||
branch,
|
||||
[
|
||||
scp(base),
|
||||
wait(15, "wait"),
|
||||
printSecrets(
|
||||
"env-zabbix",
|
||||
publicSecrets,
|
||||
secretSecrets,
|
||||
),
|
||||
scp(base),
|
||||
deploy(
|
||||
"docker-compose.yml",
|
||||
name,
|
||||
|
|
Loading…
Reference in New Issue