.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-05-11 18:22:22 +01:00
parent 7975ac24ea
commit f727cf31f2
10 changed files with 10 additions and 10 deletions

View File

@ -30,13 +30,13 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
printSecrets( printSecrets(
"env-chat", "env-chat",
publicSecrets, publicSecrets,
secretSecrets, secretSecrets,
), ),
scp(base),
deploy( deploy(
"docker-compose.yml", "docker-compose.yml",
name, name,

View File

@ -30,13 +30,13 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
printSecrets( printSecrets(
"env-commento", "env-commento",
publicSecrets, publicSecrets,
secretSecrets, secretSecrets,
), ),
scp(base),
deploy( deploy(
"docker-compose.yml", "docker-compose.yml",
name, name,

View File

@ -30,6 +30,7 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
build("drone-starlark"), build("drone-starlark"),
printSecrets( printSecrets(
@ -37,7 +38,6 @@ def drone(
publicSecrets, publicSecrets,
secretSecrets, secretSecrets,
), ),
scp(base),
pull( pull(
"pull images", "pull images",
[ [

View File

@ -30,6 +30,7 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
printSecrets( printSecrets(
"env-ghost", "env-ghost",
@ -37,7 +38,6 @@ def drone(
secretSecrets, secretSecrets,
), ),
build("ghost"), build("ghost"),
scp(base),
pull( pull(
"pull images", "pull images",
[ [

View File

@ -30,6 +30,7 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
printSecrets( printSecrets(
"env-gitea", "env-gitea",
@ -37,7 +38,6 @@ def drone(
secretSecrets, secretSecrets,
), ),
build("gitea"), build("gitea"),
scp(base),
pull( pull(
"pull images", "pull images",
[ [

View File

@ -30,6 +30,7 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
printSecrets( printSecrets(
"env-guacamole", "env-guacamole",
@ -37,7 +38,6 @@ def drone(
secretSecrets, secretSecrets,
), ),
build("guacamole-postgresql"), build("guacamole-postgresql"),
scp(base),
pull( pull(
"pull images", "pull images",
[ [

View File

@ -30,13 +30,13 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
printSecrets( printSecrets(
"env-matomo", "env-matomo",
publicSecrets, publicSecrets,
secretSecrets, secretSecrets,
), ),
scp(base),
deploy( deploy(
"docker-compose.yml", "docker-compose.yml",
name, name,

View File

@ -30,13 +30,13 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
printSecrets( printSecrets(
"env-portainer", "env-portainer",
publicSecrets, publicSecrets,
secretSecrets, secretSecrets,
), ),
scp(base),
deploy( deploy(
"docker-compose.yml", "docker-compose.yml",
name, name,

View File

@ -30,6 +30,7 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
printSecrets( printSecrets(
"env-proxy", "env-proxy",
@ -53,7 +54,6 @@ def drone(
"letsencrypt-nginx", "letsencrypt-nginx",
"drone", "drone",
), ),
scp(base),
pull( pull(
"pull images", "pull images",
[ [

View File

@ -30,13 +30,13 @@ def drone(
pipeline( pipeline(
branch, branch,
[ [
scp(base),
wait(15, "wait"), wait(15, "wait"),
printSecrets( printSecrets(
"env-zabbix", "env-zabbix",
publicSecrets, publicSecrets,
secretSecrets, secretSecrets,
), ),
scp(base),
deploy( deploy(
"docker-compose.yml", "docker-compose.yml",
name, name,