agusbenoit/Rsync Deploy Action
Deploys code to a remote server using rsync over SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_private_key | SSH private key | yes | — |
| ssh_host | Remote SSH host (IP o FQDN) | yes | — |
| ssh_user | Remote SSH username | yes | — |
| remote_path | Path on the remote server to deploy the files to | yes | — |
| source | Local path to sync (default: ./) | no | ./ |
| ssh_port | SSH port (default: 22) | no | 22 |
Outputs
no outputs