EmerisHQ / demeris-backend

Monorepo containing all the Demeris backend code and infrastructure definitions.
GNU Affero General Public License v3.0
8 stars 1 forks source link

Send Slack message after new image deploy #696

Closed Pitasi closed 2 years ago

Pitasi commented 2 years ago

I think it would be nice to have a message in our #emeris-backend-ghn channel saying some like

[DEV] api-server upgraded to v1.7.0

or something like that. It would be a heads-up to keep everyone updated.

It should be easy to add a new step after an image is deployed here https://github.com/EmerisHQ/demeris-backend/blob/master/.github/workflows/deploy-image-on-dev.yml using the official Slack GHA: https://github.com/slackapi/slack-github-action.

We just need a Slack webhook URL among the secrets of this repo.

Pitasi commented 2 years ago

@sgerogia what do you think? Can this be somehow useful?