feat: initial version

This commit is contained in:
2020-02-07 20:59:25 +01:00
commit 3aaa69175c
12 changed files with 19277 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
stages:
- build
- deploy-prod
image: buildtool/build-tools:0.0.13
services:
- docker:dind
build:
stage: build
script:
- build
- push
artifacts:
paths:
- release/
- coverage.html
- k8s
deploy-prod:
stage: deploy-prod
before_script:
- echo Deploy to prod
script:
- deploy prod
only:
- master
environment:
name: prod