From 3ffc3b9d1db2df109e7c927efd6a47854001c197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Wed, 31 May 2017 23:19:26 +0100 Subject: [PATCH] build: force compose to recreate images --- scripts/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy b/scripts/deploy index cbac5cf8..9ba73c6a 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -128,7 +128,7 @@ const deploy = async () => { const env = await getEnv(); LOG(`${figures.arrowRight} deploy`); - return execa('docker-compose', ['up', '-d', '--build'], { + return execa('docker-compose', ['up', '-d', '--build', '--force-recreate'], { stdio: 'inherit', env: Object.assign({}, env, { COMPOSE_PROJECT_NAME: `${name}-${env.CIRCLE_BRANCH}`