.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-27 16:11:31 +01:00
parent 7b4e97a30a
commit 9e9669f95c
1 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,7 @@ load("@this//:secret-secrets.star", "secretSecrets")
load("@this//:pull.star", "pull")
load("@this//:deploy.star", "deploy")
load("@this//:build-folder.star", "buildFolder")
load("@this//:build-docker-folder.star", "buildDockerFolder")
def buildHome():
return {
@ -89,7 +90,12 @@ def main(ctx):
#build("letsencrypt-nginx"),
build("drone-starlark"),
#buildHome(),
buildFolder("blog", "letsencrypt-nginx"),
buildDockerFolder(
"Dockerfile.blog",
"letsencrypt-nginx",
"letsencrypt-blog",
"letsencrypt-nginx"
),
buildFolder("drone", "letsencrypt-nginx"),
buildFolder("git", "letsencrypt-nginx"),
buildFolder("remote", "letsencrypt-nginx"),