.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c16a59dd9c
commit
c0cd448f33
11
.drone.star
11
.drone.star
|
@ -13,6 +13,7 @@ load("@this//:public-secrets.star", "publicSecrets")
|
|||
load("@this//:secret-secrets.star", "secretSecrets")
|
||||
load("@this//:pull.star", "pull")
|
||||
load("@this//:deploy.star", "deploy")
|
||||
load("@this//:build-folder.star", "buildFolder")
|
||||
|
||||
def buildHome():
|
||||
return {
|
||||
|
@ -88,11 +89,11 @@ def main(ctx):
|
|||
#build("letsencrypt-nginx"),
|
||||
build("drone-starlark"),
|
||||
#buildHome(),
|
||||
#buildNginx("blog"),
|
||||
#buildNginx("drone"),
|
||||
#buildNginx("git"),
|
||||
#buildNginx("remote"),
|
||||
#buildNginx("chat"),
|
||||
buildFolder("blog", "letsencrypt-nginx"),
|
||||
buildFolder("drone", "letsencrypt-nginx"),
|
||||
buildFolder("git", "letsencrypt-nginx"),
|
||||
buildFolder("remote", "letsencrypt-nginx"),
|
||||
buildFolder("chat", "letsencrypt-nginx"),
|
||||
scp("~/gitea-drone-stack"),
|
||||
pull([
|
||||
"letsencrypt-git",
|
||||
|
|
Reference in New Issue