actions-marketplace-validations/SSH-SCP Server Deploy

Deploys files and executes commands to a remote host

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 18, 2024
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ilcollez_ssh-scp-deploy@2eb080d52069c1d4f943d4af699b099dc982606b # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
hostRemote hostyes
portRemote port22
usernameSSH remote useryes
passwordSSH remote password
keySSH private key
key-pathPath to the SSH private key
passphraseSSH key passphrase
silentWhether to log the script's output to stdoutfalse
filesFiles and folders to upload. You can use glob patterns
remote-pathRemote destination path/
local-pathLocal base path
cleanWhether to clean the remote path before uploadingfalse
clean-excludeList of files to exclude when cleaning the remote path
before-uploadCommands to execute before the SCP file transfer, on the host machine
after-uploadCommands to execute after the SCP file transfer, on the host machine
check-updateWhether to check or not for updates at startuptrue

no outputs