easingthemes / ssh-deploy

GitHub Action for deploying code via rsync over ssh. (with NodeJS)
MIT License
1.17k stars 144 forks source link

How should I use it on a Windows vm. #186

Open wyxh2004 opened 3 months ago

wyxh2004 commented 3 months ago

I configured a workflow to deploy my frontend-project on my vps and I have to run the ci on the Windows virtual machine. I used easingthemes/ssh-deploy@v5.0.3 and configured the $env correctly. However the Github acition responsed

Run easingthemes/ssh-deploy@v5.0.3
[DIR] Creating ~\.ssh dir in workspace root
Error: R] ENOENT: no such file or directory, mkdir '~\.ssh'

So how should I use the ssh-deploy on a Windows vm, thank you.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.