build: remove --build-arg from compose
This commit is contained in:
parent
0fd6884e68
commit
46ff73d82a
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user