.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
7b4e97a30a
commit
9e9669f95c
|
@ -14,6 +14,7 @@ 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")
|
load("@this//:build-folder.star", "buildFolder")
|
||||||
|
load("@this//:build-docker-folder.star", "buildDockerFolder")
|
||||||
|
|
||||||
def buildHome():
|
def buildHome():
|
||||||
return {
|
return {
|
||||||
|
@ -89,7 +90,12 @@ def main(ctx):
|
||||||
#build("letsencrypt-nginx"),
|
#build("letsencrypt-nginx"),
|
||||||
build("drone-starlark"),
|
build("drone-starlark"),
|
||||||
#buildHome(),
|
#buildHome(),
|
||||||
buildFolder("blog", "letsencrypt-nginx"),
|
buildDockerFolder(
|
||||||
|
"Dockerfile.blog",
|
||||||
|
"letsencrypt-nginx",
|
||||||
|
"letsencrypt-blog",
|
||||||
|
"letsencrypt-nginx"
|
||||||
|
),
|
||||||
buildFolder("drone", "letsencrypt-nginx"),
|
buildFolder("drone", "letsencrypt-nginx"),
|
||||||
buildFolder("git", "letsencrypt-nginx"),
|
buildFolder("git", "letsencrypt-nginx"),
|
||||||
buildFolder("remote", "letsencrypt-nginx"),
|
buildFolder("remote", "letsencrypt-nginx"),
|
||||||
|
|
Reference in New Issue