.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
24c61749e7
commit
ef41cf5f67
14
.drone.star
14
.drone.star
|
@ -14,7 +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")
|
load("@this//:build-docker-folder.star", "buildDockerFolder")
|
||||||
|
|
||||||
def buildHome():
|
def buildHome():
|
||||||
return {
|
return {
|
||||||
|
@ -90,12 +90,12 @@ def main(ctx):
|
||||||
#build("letsencrypt-nginx"),
|
#build("letsencrypt-nginx"),
|
||||||
build("drone-starlark"),
|
build("drone-starlark"),
|
||||||
#buildHome(),
|
#buildHome(),
|
||||||
#buildDockerFolder(
|
buildDockerFolder(
|
||||||
# "Dockerfile.blog",
|
"Dockerfile.blog",
|
||||||
# "letsencrypt-nginx",
|
"letsencrypt-nginx",
|
||||||
# "letsencrypt-blog",
|
"letsencrypt-blog",
|
||||||
# "letsencrypt-nginx"
|
"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