8 days ago
HI. I've deployed my app and deployment is successfully working. At now my account is trial plan. I want to receive notification email whether the deloyment result is sucess or fail. I've added notification rule to test all events notification. But no emails are sent to my address. Can anyone help this? Thanks.
1 Replies
7 days ago
Hey, there's no notification about a successful deployment. Crashed or failed deployments/builds should still trigger notifications. Make sure to check your spam email box.
Also, if you really want to be notified of successful deployments, Railway provides a webhook system where you could create a simple web server to send notifications via Discord, for example, or to your email itself, but that requires code written by you.