actions-marketplace-validations/SSH Deploy GitHub repo on server

Deploy on a SSH server the current GitHub repository by using `git clone`

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ssh-userSSH server login username.yes
ssh-passwordSSH server login password.yes
ssh-domainSSH server login domain.yes
target-directorySpecify where to clone the directory into the remote system. Refers to the env TARGET_DIRECTORY.no
target-branchSpecify the git branch to clone/checkout. Defaults to 'main'.nomain
git-clone-bySpecify clone mode. Either 'ssh' or 'https'. Defaults to 'https'.nohttps
pre-commandCommand lines to execute before the deployment. If `pre-command` failed, then deployment and post-command won't be executed.no
post-commandCommand lines to execute after the deployment within the `target-directory`. If `pre-command` or deployment failed, then `post-command` won't be executed.no
_github-event-repository(PRIVATE) Git repository object. Use to parse data from github in order to fetch 'ssh' or 'https' clone url.no${{ toJSON(github.event.repository) }}

no outputs