actions-marketplace-validations/rsync deployments
Quick and simple method of deploying code to a webserver via rsync over ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 9, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/contention_rsync-deployments@10f98a8726e6760601d8818ea6ff812f87bf8a97 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| flags | Initial/required rsync flags | yes | — |
| excludes | Exclude flags and directory pairs | yes | — |
| user | The server user | yes | — |
| host | The deployment target | yes | — |
| localpath | The local path to sync | yes | — |
| remotepath | The remote path to sync | yes | — |
| deploy_key | The private key | yes | — |
Outputs
no outputs