actions-marketplace-validations/SFTP_UPLOAD_ACTION
Upload file to server by sftp
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user-name | Server login user name | yes | root |
| server-ip | Server ip | yes | — |
| ssh-private-key | The private key for logging in to the server for authentication | yes | — |
| port | sftp running port | yes | 22 |
| from-path | The path of the file you want to copy | yes | ./dist/* |
| to-path | The path of the file you want to paste on the server | yes | / |
Outputs
no outputs