Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.05 KB

chapter7.md

File metadata and controls

26 lines (20 loc) · 1.05 KB

Chapter7 – Get live updates of your app during development and in production

You can get notifications on twitter, slack or email, ...

Set up notifications for slack:
  • Go to spring-petclinic-microservices > Settings > Integrations > Slack notifications
  • Check Active checkbox
  • Click on Add an incoming webhook
  • Click Sign in to install
  • Sign in to your workplace
  • Click on Continue
  • Enter slack credentials
  • Click on Sign in
  • Cick on Add Configuration
  • Choose a channel... > #gitlab
  • Click on Add Incoming Webhooks integration
  • Copy Webhook URL
  • Go back to GitLab, scroll down and paste URL in field Webhook
  • Click on Test settings and save changes

All updates in GitLab will now be sent to slack.

This feedback step with slack is the one that will allow us to make the link between developers (dev) and production (ops).