mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
build: remove --build-arg from compose
This commit is contained in:
parent
0fd6884e68
commit
46ff73d82a
@ -162,9 +162,7 @@ const deploy = async () => {
|
||||
'up',
|
||||
'-d',
|
||||
'--build',
|
||||
'--force-recreate',
|
||||
'--build-arg',
|
||||
`CIRCLE_BRANCH=${process.env.CIRCLE_BRANCH}`
|
||||
'--force-recreate'
|
||||
],
|
||||
{
|
||||
stdio: 'inherit',
|
||||
|
Loading…
Reference in New Issue
Block a user