diff --git a/.drone.star b/.drone.star index 3e38129..667c69d 100644 --- a/.drone.star +++ b/.drone.star @@ -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",