Lets try to automate this build a bit

This doesn't rebuild on subproject changes... this is something that
will need fixed.
This commit is contained in:
Sachi King 2017-04-29 20:21:25 +10:00
parent e23ffc48ae
commit b3ca520a7a

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
build_image:
image: docker:git
services:
- docker:dind
script:
- docker build -f docker/Dockerfile -t asia.gcr.io/linuxconfsydney/symposion_app .
- docker login -u _json_key -p "$GOOGLE_KEY" https://asia.gcr.io
- docker push asia.gcr.io/linuxconfsydney/symposion_app:latest
only:
- master