diff --git a/circle.yml b/circle.yml index 320f6610..be763917 100644 --- a/circle.yml +++ b/circle.yml @@ -26,6 +26,8 @@ deployment: branch: master commands: - ./bin/setup.sh + - docker-compose pull + - docker-compose build - docker-compose up -d ## Custom notifications