Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.53 KB

slack_and_notifications.md

File metadata and controls

34 lines (24 loc) · 1.53 KB

Slack and Notifications

If you want to keep your team up-to-date with some notifications about the project and to discuss project-related topics we suggest you to use Slack.

You are, for sure, already a member of slack.

Project Channel

You can create a project-dedicated channel on slack naming it #project-[project-name] (e.g. #project-bookshelf, #project-gifcoins, etc..).

Invite all team members involved in the project to the channel.

Deploy Notifications

One notification you may want to receive on this channel is about when a new deployment on main has been performed. In order to do that you must be an admin of the Renuo Slack Organisation. If you are not an admin, ask wg-operations to do it for you communicating the [project-name].

⚠️ You must have already setup Automatic Deployment through SemaphoreCI ⚠️ If you used Renuo CLI to configure SemaphoreCI, the notifications should be already created. For manual setup, follow these steps:

  1. Open the project Notifications settings (https://renuo.semaphoreci.com/notifications)
  2. Create New Notification
  3. Name of the Notification -> [project-name]
  4. Name of the Rule -> Slack notifications
  5. Branches -> main
  6. Slack Endpoint: Use the Webhook URL from other projects
  7. Send to Slack channel: #project-[project-name]
  8. Save changes

We do not want to pollute the channel with many notifications, therefore we suggest to only send a notification about deployments to production.