From 092d793cde21e2bf535a5b718bf7328703da8ae3 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Wed, 19 Oct 2016 15:59:19 +0100 Subject: [PATCH] circleci: pull and build before docker-compose up --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) 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