gribouillevert/Deploy to SFTP
Deploy to an SFTP server with no downtime
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| keep | The list of folder and files that should not be changed on the remote, in JSON list format | no | [] |
| host | The server host or ip | yes | — |
| port | The server port | no | 22 |
| local_path | The local path to deploy | no | ./ |
| remote_path | The remote path in which to deploy | yes | — |
| user | The SSH user to use | yes | — |
| private_key | The SSH private key used for authentication | yes | — |
| post_deploy_commands | A command or commands tu run after the files were copied to the server but before the version is promoted to current. | no | "" |
Outputs
no outputs