.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
d42d63e7ca
commit
9e8b707593
14
.drone.star
14
.drone.star
|
@ -111,12 +111,12 @@ def scp(target):
|
|||
"port": {
|
||||
"from_secret": "ssh-port",
|
||||
},
|
||||
},
|
||||
"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",
|
||||
|
|
Reference in New Issue