1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

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

View File

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