serverless/docs/guides/cicd/notifications.md
AJ Stuyvenberg d7b6fb748e
Squashed docs update guides (#8495)
* docs: Update docs for dashboard providers

* docs: Update note on migration

Co-authored-by: Maciej Skierkowski <maciej@skierkowski.com>
2020-11-10 13:57:22 -08:00

988 B

Read this on the main serverless docs site

Notifications

Serverless Framework Pro has integrated Slack, email, SNS and webhook notifications for CI/CD status updates.

Notifications for CI/CD events are not setup by default, so you will not get notified of deployments starting, completing of failing. These notifications must be added manually.

Notifications for CI/CD events are configured the same way as they are for monitoring.

You can subscribe to three different CI/CD events in the "Add notifications" dialog:

  • deployment started
  • deployment succeeded
  • deployment failed

These three events apply to both branch deployments and preview deployments.