actions-marketplace-validations/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
- Stalelast commit Mar 15, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/horochx_deploy-via-scp@c82b42f002701aeca107ef7cf6ea4efe6788141e # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
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