.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
02ada23f51
commit
ca2de5e826
27
.drone.star
27
.drone.star
|
@ -17,26 +17,6 @@ load("@this//:build-folder.star", "buildFolder")
|
|||
load("@this//:build-docker-folder.star", "buildDockerFolder")
|
||||
load("@this//:pipeline.star", "pipeline")
|
||||
|
||||
def buildHome():
|
||||
return {
|
||||
"name": "build-nginx-home",
|
||||
"image": "docker:dind",
|
||||
"volumes": [
|
||||
{
|
||||
"name": "dockersock",
|
||||
"path": "/var/run",
|
||||
},
|
||||
],
|
||||
"environment": environment([
|
||||
"local-docker-registry",
|
||||
]),
|
||||
"commands": [
|
||||
"cd letsencrypt-nginx",
|
||||
"sh build.home.sh $${{LOCAL_DOCKER_REGISTRY}}".format(),
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
def main(ctx):
|
||||
if ctx.build.branch == 'home-deploy':
|
||||
return [
|
||||
|
@ -49,11 +29,10 @@ def main(ctx):
|
|||
secretSecrets,
|
||||
),
|
||||
wait(15, "wait"),
|
||||
#build("guacamole-postgresql"),
|
||||
#build("ngrok-gitea"),
|
||||
#build("letsencrypt-nginx"),
|
||||
build("guacamole-postgresql"),
|
||||
build("ngrok-gitea"),
|
||||
build("letsencrypt-nginx"),
|
||||
build("drone-starlark"),
|
||||
#buildHome(),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.home",
|
||||
"nginx:latest",
|
||||
|
|
Reference in New Issue