dynamored/dSFTP
Easily deploy your files onto your server via SFTP protocol
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The IP adress of your server. | yes | — |
| user | The name of the user you want to use to upload your files/folders. | yes | — |
| password | The password of the user mentionned before. | yes | — |
| paths | Paths are written as objects (key/value) with key = local path and value = parent remote path. | yes | {"./hello":"/home/ghaction"} |
| port | The SFTP port of your server. | — | 22 |
| agent | Path to your server SSH agent. | — | "" |
| key | Your SSH private key content. | — | — |
| keyPassphrase | If your SSH private key defined just before is encrypted, write the passphrase here. | — | — |
Outputs
no outputs