HI,
I am thinking if we set up one of our application with git for continuous deployment and multiple user push new code every hour so there should any kind of notification on success and failures like NetData notification.
Why i am saying because no one want to login in Dashboard every time to see whats going on like net data monitor and inform via notification.
We already have a hook for pre-deploy custom scripts:
https://caprover.com/docs/pre-deploy-script.html
You can register an account on an email service like Mailgun, or an SMS service like Twilio and just send an http request to their API to fire an email or SMS or any other notifications that you desire.
@githubsaturn i am talking about notification like get notification on Slack or any other source like Net Data. i dont think this in some way related to pre deploy script.
it is related. Notification from tools like slack are nothing more than an HTTP request to a Slack webhook. You can do this by sending an HTTP request to Slack inside your predeploy function.
what i'm missing in the pre-deploy script is access to some build metrics.
e.g.
Most helpful comment
what i'm missing in the pre-deploy script is access to some build metrics.
e.g.