geobeyond / Arpav-PPCV-backend

Backend di Piattaforma Proiezioni Climatiche per il Nord-Est.
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

Add discord notification to deployment script #199

Closed ricardogsilva closed 3 weeks ago

ricardogsilva commented 3 weeks ago

This PR adds sending a notification to a discord channel when a deployment to staging has completed.

The deployment script is modified with an additional step that takes care of POSTing a request to a discord webhook (which needs to have been previously created).

This notification can be enabled by:

export ARPAV_PPCV_DEPLOYMENT_STATUS_DISCORD_WEBHOOK_URL=https://some.discord.webhook/url
python webhooks/hook-scripts/deploy.py --send-discord-notification