dimvic/Git deployments using SSH

SSH deployment - requires bash and ssh

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 27, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: dimvic/action-ssh-deployment@7acca80aa4a03592634b8057cfc8fd3e595bdc7a # v1

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

namedescriptionrequireddefault
ssh_hostSSH hostyes
ssh_userSSH usernameyes
ssh_private_keySSH private key (raw text)yes
ssh_portSSH portno22
target_dirApplication directory on remote serveryes
git_remoteGit remote to useno
git_branchGit branch to useno
callbackShell command to execute after deployment, workdir being the application's directory on remote serverno

no outputs