actions-marketplace-validations/SB SFTP Deploy
Deploy file to your server use sftp & ssh private key
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 8, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/bunyod545_sb.sftpdeployaction@c1e72155f693cae546234e1050ee824a0083aa02 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| username | username | yes | — |
| server | your sftp server | yes | — |
| port | your sftp server port, default to 22 | yes | 22 |
| ssh_private_key | you can copy private_key from your *.pem file, keep format | yes | — |
| local_path | will put all file under this path | yes | ./* |
| remote_path | files will copy to under remote_path | yes | / |
| args | sftp args | no | — |
Outputs
no outputs