Merge branch 'home-deploy' of https://sigyl.com/git/giles/stack into home-deploy

This commit is contained in:
Giles Bradshaw 2020-04-29 13:12:15 +01:00
commit 4ae7d24dd1
4 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
set -e
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t $1nginx-home1
docker push $1nginx-home1

0
n Normal file
View File

2
ngrok-build.sh Normal file
View File

@ -0,0 +1,2 @@
docker build ngrok-gitea -t ${LOCAL_DOCKER_REGISTRY}/ngrok-gitea
docker push ${LOCAL_DOCKER_REGISTRY}/ngrok-gitea

2
postgres-build.sh Normal file
View File

@ -0,0 +1,2 @@
docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}/guacamole-postgresql
docker push ${LOCAL_DOCKER_REGISTRY}/guacamole-postgresql