Builds docker image

This commit is contained in:
Aaron Louie 2020-02-07 18:27:19 -05:00
parent a67c2af6d5
commit 33be82e41f

View File

@ -15,6 +15,8 @@ install:
- npm install
script:
- npm run ci
before_deploy:
- docker build -t sartography/cr-connect-bpmn .
deploy:
provider: script
script: bash ./docker/docker_push.sh