ssh-deploy icon indicating copy to clipboard operation
ssh-deploy copied to clipboard

GitHub Action for deploying code via rsync over ssh. (with NodeJS)

Results 56 ssh-deploy issues
Sort by recently updated
recently updated
newest added

Hi, So I've been trying to find a way to add an ssh option (-o) to the rsync cmd args, is there a way that I don't know about or...

Good day everyone! I'd like to mention two things here and would like to request fixing them (at least the one with `.git` folder): 1. When I'm specifying `.git/` folder...

TARGET is named as REMOTE_TARGET in example.

⚠️ [Rsync] error: rsync exited with code 12 ⚠️ [Rsync] stderr: Warning: Permanently added '***' (ECDSA) to the list of known hosts. bash: rsync: command not found rsync: connection unexpectedly...

Hello there, great tool. Is there a way to publish a "latest" tag when you deploy to the market place? That way one can always use the latest version. The...

are there any python version for this, I have a python script that needs to run on the server once per day

When i run locally `rsync -avzr --delete --exclude={'docker/data','docker/logs','.env','config.yaml','vendor','.git'} ./ ...` rsync normally push changes at remote server ![image](https://user-images.githubusercontent.com/18213789/105511919-85602600-5ce1-11eb-8ce7-a380f98c6ebe.png) When run from github action same command (config attached) i see only...

when I use this action, deploy to server always spend many time. ![image](https://user-images.githubusercontent.com/16210045/93022740-580db800-f61d-11ea-909a-0f879e851bd7.png) And my yml is as follows: ``` name: deploy on: push: branches: - master paths-ignore: # 变更不触发部署...

what is your iprange to whitelist for ssh. we would like to whitelist in our server, then we will configure

Hi, I have left out `SOURCE` and the rsync command fails during deployment ``` [Rsync] Starting Rsync Action: /home/runner/work/my-app/my-app/undefined rsync: link_stat "/home/runner/work/my-app/my-app/undefined" failed: No such file or directory (2) ⚠️...