cell-5/c5-deploy-action
Executing remote ssh and rsync commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | ssh remote host | — | — |
| port | ssh remote port | — | 22 |
| user | ssh user | — | — |
| key | content of ssh private key. ex raw content of ~/.ssh/id_rsa | — | — |
| exclude_from | the name of a local file to exclude, note, should include itself! | — | — |
| destination | the path where rsync will use as destination | — | — |
| ssh_before | execute commands before rsync | — | — |
| ssh_after | execute commands after rsync | — | — |
| args | arguments to pass for rsync | — | — |
Outputs
no outputs