fahaik/SFTP Deploy
Deploys a folder to a remote server via sftp.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 13, 2024
- License
- None
Pinned Snippet
uses: fahaik/sftp-deploy@c322e13c8211f757eb73109ab31e5ef0142f7257 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The host of the remote server | yes | — |
| username | The username to use for the sftp connection | yes | — |
| password | The password to use for the sftp connection | no | — |
| local_dir | The local directory to upload | yes | — |
| remote_dir | The remote directory to upload to | yes | — |
| conn_timeout | The connection timeout in milliseconds | no | 5000 |
| port | The port to use for the sftp connection | no | 22 |
| ssh_private_key | The path to the ssh private key to use | no | — |
| passphrase | The passphrase to use for the ssh private key | no | — |
Outputs
no outputs