regenta/Deploy via SSH

Deploys files to a remote server via SSH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 17, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: regenta/deploy-via-ssh@80b20518cc2100251b86b811b964ac88bcf5d850 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
ssh-private-keyA private SSH key. The public fingerprint must be added to the serveryes
ssh-hostThe address (IP or DNS) of the remote serveryes
ssh-userSSH usernameyes
deployment-pathRelative path from mount location where to upload files toyes
ignored-filesFiles or paths to ignore from uploadno./.git ./.github ./node_modules ./tests ./.env.local
pre-deploy-commandsCommands to run pre deploymentno""
post-deploy-commandsCommands to run after deploymentno""

no outputs