actions-marketplace-validations/ssh-scp-deploy

A GitHub Action that upload the artifact via scp and runs commands before or/and after.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
localLocal file pathno./
remoteRemote file pathno~/
hostRemote server addressyes
portRemote server port (default 22)no22
userRemote server useryes
passwordUser passwordno
keyRemote server private keyno
pre_uploadCommand to run via ssh before scp uploadno
post_uploadCommand to run via ssh after scp uploadno
ssh_optionsA set of ssh_option separated by -ono-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
scp_optionsFlags to use during scpno

no outputs