ssh-deploy
ssh-deploy copied to clipboard
GitHub Action for deploying code via rsync over ssh. (with NodeJS)
How can I deploy one code base into multiple destinations? for example, we have a project we want to deploy into the following domains: example1.com example2.com example3.com ... but the...
Is it possible to use more than one REMOTE_HOST variable, for when we would have more than one host we want to deploy to?
I'am using this action from very long time but from yesterday i'am getting some issue so that i'am not able to transfer my files through this action   then...
I need deploy directory `/data/www/`, but I don't want to overwrite `/data/www/a/b/`, is there any way to implement this?
I'm not a cryptography master, I'm not even a begginer, but from what I've read around the years PEM are considered less secure than new format or ed25519: https://superuser.com/questions/1455735/what-does-ssh-keygen-o-do https://web.archive.org/web/20190328095423/https://latacora.singles/2018/08/03/the-default-openssh.html...
I am new to Actions and I really don't know what I am doing wrong. Initially I had a authentication error but then I saw that I needed to provide...
Is there way to pass environment variable to the server? I tried using a export command in `SCRIPT_BEFORE` & `SCRIPT_AFTER` but doesn't seems to be working.
I have some scripts that may fail to run, but the Action always succeeds whether it fails or not, I can't get the message that the Action's run failed
As mentioned in #145 if the `TARGET` argument is unspecified then the action should exit and return an error before any changes are made to the filesystem. In other words,...
while doing GitHub actions to link with my digital ocean server im getting this error `Run easingthemes/[email protected] [general] GITHUB_WORKSPACE: /home/runner/work/laravelTest/laravelTest [SSH] Creating /home/runner/.ssh dir in /home/runner/work/laravelTest/laravelTest ✅ [SSH] dir created....