Hi,
I have a GitHub Workflow, where I trigger the Deployment. Is there a hook or something else that I can call to get the Deployment status?
Best regards
Marcell
Hi,
I have a GitHub Workflow, where I trigger the Deployment. Is there a hook or something else that I can call to get the Deployment status?
Best regards
Marcell
Hey,
Is that what you’re looking for: https://render.com/docs/deploy-hooks?
Jérémy.
Render Support, UTC+3
There is a deployment API endpoint: Retrieve deploy
Probably you would have to keep requesting it until the status changes from any of
created|build_in_progress|update_in_progress
to one of
live|deactivated|build_failed|update_failed|canceled
This is what I was looking for! Thank you
This is only the URL to trigger the deployment ^-^ but I want to wait for the deployment to be done and get a status for it
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.