@rpcbase/cli 0.188.0 → 0.189.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/cli",
3
- "version": "0.188.0",
3
+ "version": "0.189.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src"
@@ -275,7 +275,7 @@ export const deploy = async (argv) => {
275
275
  }
276
276
 
277
277
  const runInstanceAction = async (action, instance) => {
278
- await ssh(`cd ~/apps/${baseDeployDir}/infrastructure && node ctrl.js ${action}-instance ${instance} prod`, true)
278
+ await ssh(`cd ~/apps/${baseDeployDir}/infrastructure && RB_DEPLOY_DIR=${shellQuote(baseDeployDir)} node ctrl.js ${action}-instance ${instance} prod`, true)
279
279
  }
280
280
 
281
281
  const waitForInstance = async (instance, target) => {