101
Deploy webhooks
planned
M
Mark Miyashita
After a deploy, I want to hit an endpoint on my api so I can run logic (ex. notify users, increment release number in the db, etc)
Log In
Activity
Newest
Oldest
b
brian
I would use this to purge URLs from my CDN and trigger a cache warming script.
danielle
As a temporary workaround, you can now use the Public REST API to repeatedly query a deploy and check its status: https://render.com/docs/api
J
John Mahowald
+1 for this!! Unless I'm misunderstanding, if I deploy staging, the CI/CD has no way of knowing deploy is complete before running integration tests. Would be soo helpful to have this feature.
M
Mitch Kuchenberg
+1 👍 this would be huge for our team. We've been looking at your service and this is one of the final missing pieces.
T
Thomas Graves
The lack of a deploy success signal is holding back our migration to Render.
I
Ivan Sugerman
👍 this is a must have for us before we can migrate to Render.
c
connor
+1 👍 - this would be very useful for us!
We'd considered chaining a command with the start command, i.e.
yarn start && yarn <do-something else>
, but that seems quite a hacky and potentially unreliable solution.Anurag Goel
planned
E
Enver Bisevac
Anurag Goel: I think it would be nice to have also custom header for webhook, I mean e.g. API-Key header for web hook request
K
Kai Marshland
This could also be used for slack notifications, which I would find very handy