yeshan333/rsync-deploy-action
Synchronize files to the remote server using the SSH private key
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_login_username | SSH login username | yes | — |
| remote_server_ip | remote server ip | yes | — |
| ssh_port | remote server SSH port | yes | 22 |
| ssh_private_key | login user SSH private key | yes | — |
| source_path | The source storage path of the synchronous files | yes | — |
| destination_path | The destination storage path of the synchronous files | yes | — |
| ssh_args | SSH args | no | — |
| rsync_args | rsync args | no | — |
Outputs
| name | description |
|---|---|
| start_time | Start time of synchronization |
| end_time | End time of synchronization |