regenta/Deploy via SSH
Deploys files to a remote server via SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 17, 2024
- License
- None
Pinned Snippet
uses: regenta/deploy-via-ssh@80b20518cc2100251b86b811b964ac88bcf5d850 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-private-key | A private SSH key. The public fingerprint must be added to the server | yes | — |
| ssh-host | The address (IP or DNS) of the remote server | yes | — |
| ssh-user | SSH username | yes | — |
| deployment-path | Relative path from mount location where to upload files to | yes | — |
| ignored-files | Files or paths to ignore from upload | no | ./.git ./.github ./node_modules ./tests ./.env.local |
| pre-deploy-commands | Commands to run pre deployment | no | "" |
| post-deploy-commands | Commands to run after deployment | no | "" |
Outputs
no outputs