horochx/deploy-via-scp
A GitHub Action that send the build file to a remote server for deployment via scp.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| local | Local file path | yes | — |
| remote | Remote file path | yes | — |
| host | Remote server address | yes | — |
| port | Remote server port | no | 22 |
| user | Remote server user | yes | — |
| key | Remote server private key | yes | — |
| ensureRemote | Ensure the existance of the remote file path | no | — |
Outputs
no outputs