build: remove --build-arg from compose

This commit is contained in:
Sérgio Ramos 2017-06-01 15:44:46 +01:00
parent 0fd6884e68
commit 46ff73d82a

View File

@ -162,9 +162,7 @@ const deploy = async () => {
'up', 'up',
'-d', '-d',
'--build', '--build',
'--force-recreate', '--force-recreate'
'--build-arg',
`CIRCLE_BRANCH=${process.env.CIRCLE_BRANCH}`
], ],
{ {
stdio: 'inherit', stdio: 'inherit',