.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Giles Bradshaw 2020-04-25 22:40:32 +01:00
parent d42d63e7ca
commit 9e8b707593
1 changed files with 11 additions and 11 deletions

View File

@ -111,12 +111,12 @@ def scp(target):
"port": {
"from_secret": "ssh-port",
},
"command_timeout": "2m",
"target": target,
"source": [
".",
],
},
"command_timeout": "2m",
"target": target,
"source": [
".",
],
}
def deploy():
secrets = [
@ -177,12 +177,12 @@ def steps(name, dependsOn):
# build("guacamole-postgresql"),
# build("ngrok-gitea"),
# build("letsencrypt-nginx"),
buildHome(),
buildNginx("blog"),
buildNginx("drone"),
buildNginx("git"),
buildNginx("remote"),
buildNginx("chat"),
#buildHome(),
#buildNginx("blog"),
#buildNginx("drone"),
#buildNginx("git"),
#buildNginx("remote"),
#buildNginx("chat"),
scp("~/gitea-drone-stack"),
{
"name": "build",