.
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//:secret-secrets.star", "secretSecrets")
|
||||||
load("@this//:pull.star", "pull")
|
load("@this//:pull.star", "pull")
|
||||||
load("@this//:deploy.star", "deploy")
|
load("@this//:deploy.star", "deploy")
|
||||||
|
load("@this//:build-folder.star", "buildFolder")
|
||||||
|
|
||||||
def buildHome():
|
def buildHome():
|
||||||
return {
|
return {
|
||||||
|
@ -88,11 +89,11 @@ def main(ctx):
|
||||||
#build("letsencrypt-nginx"),
|
#build("letsencrypt-nginx"),
|
||||||
build("drone-starlark"),
|
build("drone-starlark"),
|
||||||
#buildHome(),
|
#buildHome(),
|
||||||
#buildNginx("blog"),
|
buildFolder("blog", "letsencrypt-nginx"),
|
||||||
#buildNginx("drone"),
|
buildFolder("drone", "letsencrypt-nginx"),
|
||||||
#buildNginx("git"),
|
buildFolder("git", "letsencrypt-nginx"),
|
||||||
#buildNginx("remote"),
|
buildFolder("remote", "letsencrypt-nginx"),
|
||||||
#buildNginx("chat"),
|
buildFolder("chat", "letsencrypt-nginx"),
|
||||||
scp("~/gitea-drone-stack"),
|
scp("~/gitea-drone-stack"),
|
||||||
pull([
|
pull([
|
||||||
"letsencrypt-git",
|
"letsencrypt-git",
|
||||||
|
|
Reference in New Issue