Changeset - b3ca520a7a88
[Not reviewed]
0 0 1
Sachi King - 7 years ago 2017-04-29 10:21:25
nakato@nakato.io
Lets try to automate this build a bit

This doesn't rebuild on subproject changes... this is something that
will need fixed.
1 file changed with 10 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.gitlab-ci.yml
Show inline comments
 
new file 100644
 
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
0 comments (0 inline, 0 general)