/wercker-step-remotty-notify

Wercker Notifier for Remotty

Primary LanguageShellMIT LicenseMIT

wercker status

remotty-notify

Send a message to a Remotty.

required

  • webhook_url - Your Remotty Webhook URL

optional

  • passed_message - The message which will be shown on a passed build or deploy.
  • failed_message - The message which will be shown on a failed build or deploy.

Example

Add REMOTTY_WEBHOOK_URL as deploy target or application environment variable.

build:
    after-steps:
        - mahlab/remotty-notify:
            webhook_url: $REMOTTY_WEBHOOK_URL