We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f19ac commit 2fa3537Copy full SHA for 2fa3537
src/cli/image.js
@@ -127,7 +127,7 @@ class UnderpostImage {
127
const replicas = await fs.readdir(`./engine-private/replica`);
128
for (const replica of replicas) {
129
shellExec(`node bin/deploy conf ${replica} ${env}`);
130
- shellExec(`npm ${runCmd} ${replica} deploy`, { async: true });
+ shellExec(`npm ${runCmd} deploy deploy-id:${replica}`, { async: true });
131
fs.writeFileSync(`./tmp/await-deploy`, '', 'utf8');
132
const monitor = async () => {
133
await timer(1000);
0 commit comments