fahaik/SFTP Deploy

Deploys a folder to a remote server via sftp.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 13, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: fahaik/sftp-deploy@c322e13c8211f757eb73109ab31e5ef0142f7257 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
hostThe host of the remote serveryes
usernameThe username to use for the sftp connectionyes
passwordThe password to use for the sftp connectionno
local_dirThe local directory to uploadyes
remote_dirThe remote directory to upload toyes
conn_timeoutThe connection timeout in millisecondsno5000
portThe port to use for the sftp connectionno22
ssh_private_keyThe path to the ssh private key to useno
passphraseThe passphrase to use for the ssh private keyno

no outputs