a1667834841/Rsync Deployments Action
GitHub Action for deploying code via rsync over ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 24, 2022
- License
- MIT
Pinned Snippet
uses: a1667834841/rsync-deployments@abd00057f39019aaf4ce717af872248ff6545ea5 # devtags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| switches | The switches | yes | — |
| rsh | The remote shell argument | no | "" |
| path | The local path | no | "" |
| remote_path | The remote path | yes | — |
| remote_host | The remote host | yes | — |
| remote_port | The remote port | no | 22 |
| remote_user | The remote user | yes | — |
| remote_key | The remote key | yes | — |
| remote_key_pass | The remote key passphrase | no | "" |
| cmd | The remote cmd | no | "" |
Outputs
no outputs