circleci: pull and build before docker-compose up

This commit is contained in:
Tom Gallacher 2016-10-19 15:59:19 +01:00
parent 74f1faa005
commit 092d793cde
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ deployment:
branch: master
commands:
- ./bin/setup.sh
- docker-compose pull
- docker-compose build
- docker-compose up -d
## Custom notifications