actions-marketplace-validations/SFTP Deploy No SSH
Deploy file to your server use sftp & ssh private key
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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