0.5.3 • Published 2 years ago

mup-deploy-notifications v0.5.3

Weekly downloads
159
License
MIT
Repository
-
Last release
2 years ago

Mup Deploy Notifications

Sends Slack notifications when a deploy starts and when it succeeds or fails.

Install it with:

npm install mup-deploy-notifications

and add it to your plugins array in your mup config:

module.exports = {
  // ... rest of config

  plugins: [ 'mup-deploy-notifications' ]
}

Next, add a deployNotifications object to your mup config:

module.exports = {
  // ... rest of config

  deployNotifications: {
    // Add the incoming webhooks app (https://slack.com/apps/A0F7XDUAZ-incoming-webhooks)
    // to get a webhook url
    slackWebhookUrl: 'https://hooks.slack.com/services/789/1234345/abcdefg',
    // Name of slack channel to receive the messages
    slackChannel: '#deploys'
  }
}
0.5.3

2 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago