objectdotnet/FTP deploy then Slack Notification
Deploy files to an FTP host, notifying the process through Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-root | Repository's root folder to deploy. | — | . |
| ftp-host | The hostname of the FTP server which files should be deployed to. | yes | — |
| ftp-user | The username to use for authentication in the FTP server. | yes | — |
| ftp-pass | The password to authenticate the FTP user with. | yes | — |
| ftp-root | The remote FTP folder to deploy files to. | yes | — |
| slack-webhook | The Slack's Incoming WebHook hash to use to send messages. | yes | — |
| slack-to | The Slack's recipient to the message (a channel name or ID, or an user ID). | — | — |
| slack-nick | The Slack's nickname to assign to the sender. | — | — |
| slack-icon | The Slack's emoji to use as sender's portrait. | — | — |
Outputs
no outputs