Right now deployments fail quietly. We would like to know (get an email, connect to Slack) if the automatic deployment has failed, or get a notification on Slack for every successful deployment.
Right now, you could run a job of kind FAILED_DEPLOY and it would be trigger only when the deployment fails. The job would handle the notification process for your different endpoints (Slack, email, etc)
For every successful deployment gets tricky as of now, because I don't know if there is a way to make sure that the notification job (of kind POST_DEPLOY ) would run after any other POST_DEPLOY job has finished
Right now, you could run a job of kind
FAILED_DEPLOY
and it would be trigger only when the deployment fails. The job would handle the notification process for your different endpoints (Slack, email, etc)For every successful deployment gets tricky as of now, because I don't know if there is a way to make sure that the notification job (of kind
POST_DEPLOY
) would run after any otherPOST_DEPLOY
job has finishedAttachments Open full size