actions-marketplace-validations/Fine SFTP Deployer
Deploy files to your server with SFTP.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | username | yes | — |
| server | your server ip or domain | yes | — |
| port | your server ssh port, the default is 22 | yes | 22 |
| ssh_private_key | ssh private key | yes | — |
| local_path | local dist file path | yes | ./* |
| remote_path | dist file path on your server | yes | — |
| clear_remote_path | delete all files in remote_path | yes | false |
Outputs
no outputs