build: force compose to recreate images
This commit is contained in:
parent
df5d8655f9
commit
3ffc3b9d1d
@ -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}`
|
||||
|
Loading…
Reference in New Issue
Block a user