ssh-deploy
ssh-deploy copied to clipboard
GitHub Action for deploying code via rsync over ssh. (with NodeJS)
I want to deploy with password, OK?
I'm able to successfully connect using PuTTY from my local machine, but using the same credentials I cannot deploy, for some reason. Logs are as follows: ⚠️ [Rsync] error: rsync...
In some projects, it is necessary to run commands after deployment. I'm creating another step just to run the post-deployment steps. But it would be nice to have the deployment...
Hi, It would be nice if we could setup a jump-box ssh tunnel to send the artefacts to the destiny host. Something like this: ```yaml - name: Deploy through Jump-box...
[Rsync] Starting Rsync Action: /home/runner/work/primect/primect/./src/ to [email protected]:/home/ubuntu/primect ⚠️ [Rsync] error: rsync exited with code 255 ⚠️ [Rsync] stderr: ssh: connect to host ecxxxxxxx.eu-north-1.compute.amazonaws.com port 22: Connection timed out rsync: connection...
[INPUTS] SSH_PRIVATE_KEY is mandatory ⚠️ [INPUTS] REMOTE_USER is mandatory ⚠️ [INPUTS] Inputs not valid, aborting ... I have been following this doc https://getflywheel.com/wordpress-support/deploying-to-flywheel-via-ssh-and-github-actions/ to deploy to my website hosted on...
I use ssh-deploy for a while now, it is great! However I've one issue. If the remote directory path not fully exists it fails. In my case the branch name...
` env: SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} ARGS: "-rltgoDzvO --delete" SOURCE: "dist/" REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_USER: ${{ secrets.REMOTE_USER }} TARGET: ${{ secrets.REMOTE_TARGET }} ` I want upload the .nuxt &...
`SSH_PRIVATE_KEY` and `SERVER_SSH_KEY` are both used in the README, which led me to use the wrong name in my Github Secrets. Not a very big issue, but if the readme...
I even succeeded in deploying on the production server. However, an unknown phenomenon occurs after deployment to the server. 1. When inquiring with the `git log` command, all previous logs...