This commit is contained in:
Jonas Schwartz 2019-01-14 21:26:38 +01:00
parent bd5dffbd4d
commit c6dbb909cc
1 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,10 @@
version: 2
jobs:
test:
steps:
- checkout
- run: docker build -f web.Dockerfile .
deploy:
docker:
- image: joscio/cloud2-build:v0.1.0
@ -29,8 +33,10 @@ workflows:
version: 2
deploy:
jobs:
- deploy
#- deploy:
# filters:
# branches:
# only: master
- test
- deploy:
requires:
- test
filters:
branches:
only: master