Closed karfu-git closed 1 year ago
Hi! I've been using this package as part of my deployment process for some time now, today I got the following error when my pipeline ran...
/home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2 TypeError: Cannot read properties of undefined (reading 'split') at /home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2:4450 at Array.forEach (<anonymous>) at Object.229 (/home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2:43[19](https://github.com/karfu-git/Laravel-Ingester/actions/runs/4233945900/jobs/7355630423#step:12:20)) at __nccwpck_require__ (/home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2:8812) at Object.976 (/home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2:4805) at __nccwpck_require__ (/home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2:8812) at /home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2:9078 at /home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2:9799 at Object.<anonymous> (/home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2:98[20](https://github.com/karfu-git/Laravel-Ingester/actions/runs/4233945900/jobs/7355630423#step:12:21)) at Module._compile (node:internal/modules/cjs/loader:1105:14)
can confirm I'm experiencing same issue as well.
Same issue on my end
Using the version easingthemes/ssh-deploy@v4.1.0
for now. Seems to be working fine.
Using the version
easingthemes/ssh-deploy@v4.1.0
for now. Seems to be working fine.
Well caught @A0dh ..Up and running again
Same is happening for me, suddenly the deploy stopped working
I'll check now
Update merged, check with @ main or v4.1.5
Issue is auto closed with a merge, reopen if it still happens.
Can you please also add your setup / list of envs, so I can add this case in e2e tests
Can you please also add your setup / list of envs, so I can add this case in e2e tests
Sure, my set up is as follows...
SSH_PRIVATE_KEY: ${{ secrets.KEY }}
REMOTE_HOST: ${{ env.HOST }}
REMOTE_USER: ${{ secrets.USER }}
TARGET: ${{ env.TARGET }}
My remote host is an AWS EC2, if that helps at all, so just using the hostname for that particular parameter.
Thanks for looking at this so quickly!
Hi! I've been using this package as part of my deployment process for some time now, today I got the following error when my pipeline ran...