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

This commit is contained in:
Giles Bradshaw 2020-04-27 15:52:16 +01:00
parent c16a59dd9c
commit c0cd448f33
1 changed files with 6 additions and 5 deletions

View File

@ -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",