Skip to content

Commit 2fa3537

Browse files
author
underpostnet
committed
ci(package-pwa-microservices-template-ghpkg): ⚙️ Update github repo package
1 parent 69f19ac commit 2fa3537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class UnderpostImage {
127127
const replicas = await fs.readdir(`./engine-private/replica`);
128128
for (const replica of replicas) {
129129
shellExec(`node bin/deploy conf ${replica} ${env}`);
130-
shellExec(`npm ${runCmd} ${replica} deploy`, { async: true });
130+
shellExec(`npm ${runCmd} deploy deploy-id:${replica}`, { async: true });
131131
fs.writeFileSync(`./tmp/await-deploy`, '', 'utf8');
132132
const monitor = async () => {
133133
await timer(1000);

0 commit comments

Comments
 (0)