.
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
22
.drone.star
22
.drone.star
|
@ -111,12 +111,12 @@ def scp(target):
|
||||||
"port": {
|
"port": {
|
||||||
"from_secret": "ssh-port",
|
"from_secret": "ssh-port",
|
||||||
},
|
},
|
||||||
|
"command_timeout": "2m",
|
||||||
|
"target": target,
|
||||||
|
"source": [
|
||||||
|
".",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
"command_timeout": "2m",
|
|
||||||
"target": target,
|
|
||||||
"source": [
|
|
||||||
".",
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
def deploy():
|
def deploy():
|
||||||
secrets = [
|
secrets = [
|
||||||
|
@ -177,12 +177,12 @@ def steps(name, dependsOn):
|
||||||
# build("guacamole-postgresql"),
|
# build("guacamole-postgresql"),
|
||||||
# build("ngrok-gitea"),
|
# build("ngrok-gitea"),
|
||||||
# build("letsencrypt-nginx"),
|
# build("letsencrypt-nginx"),
|
||||||
buildHome(),
|
#buildHome(),
|
||||||
buildNginx("blog"),
|
#buildNginx("blog"),
|
||||||
buildNginx("drone"),
|
#buildNginx("drone"),
|
||||||
buildNginx("git"),
|
#buildNginx("git"),
|
||||||
buildNginx("remote"),
|
#buildNginx("remote"),
|
||||||
buildNginx("chat"),
|
#buildNginx("chat"),
|
||||||
scp("~/gitea-drone-stack"),
|
scp("~/gitea-drone-stack"),
|
||||||
{
|
{
|
||||||
"name": "build",
|
"name": "build",
|
||||||
|
|
Reference in New Issue