sitkoru/sitkoru/rsync-deploy-action
Action to deploy site to remote server via rsync
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | SSH key | yes | — |
| host | Remote host address | yes | — |
| user | Remote host user | yes | — |
| target | Remote host directory | yes | — |
| source | Local direct | yes | . |
| rsync_args | Additional Rsync args | yes | -rvzo --exclude='.git/' --exclude='.github/' --exclude='.git*' |
Outputs
no outputs