You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two variants of deploy scripts: deploy.sh and deploy.js.
They both use rsync over ssh to connect and deploy small apps to hosts.
The problem is that they both do when called from terminal, but if passed as a command to vscode-runonsave extension, they will both hang, and rsync task will remain indefinitely.
The same rsync script to another host works as intended when called manually or through vscode-runonsave extension.
If not glitch in the Matrix, what is? :)
The text was updated successfully, but these errors were encountered:
@nine-2-five Any chance one of the hosts requires interaction from the user when running?
This sounds like there has to be some difference in the two hosts. I’m not sure if there’s anything I can do to diagnose the issue here, since it seems to be environment specific.
I have two variants of deploy scripts: deploy.sh and deploy.js.
They both use rsync over ssh to connect and deploy small apps to hosts.
The problem is that they both do when called from terminal, but if passed as a command to vscode-runonsave extension, they will both hang, and rsync task will remain indefinitely.
The same rsync script to another host works as intended when called manually or through vscode-runonsave extension.
If not glitch in the Matrix, what is? :)
The text was updated successfully, but these errors were encountered: