ilcollez/SSH-SCP Server Deploy
Deploys files and executes commands to a remote host
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Remote host | yes | — |
| port | Remote port | — | 22 |
| username | SSH remote user | yes | — |
| password | SSH remote password | — | — |
| key | SSH private key | — | — |
| key-path | Path to the SSH private key | — | — |
| passphrase | SSH key passphrase | — | — |
| silent | Whether to log the script's output to stdout | — | false |
| files | Files and folders to upload. You can use glob patterns | — | — |
| remote-path | Remote destination path | — | / |
| local-path | Local base path | — | — |
| clean | Whether to clean the remote path before uploading | — | false |
| clean-exclude | List of files to exclude when cleaning the remote path | — | — |
| before-upload | Commands to execute before the SCP file transfer, on the host machine | — | — |
| after-upload | Commands to execute after the SCP file transfer, on the host machine | — | — |
| check-update | Whether to check or not for updates at startup | — | true |
Outputs
no outputs