How to get the deployment List for our production app?
How to get the deployment List for our production app?
5 Replies
Hello,
Could you please clarify what you mean? Are you talking about the deployment history for the application?
Yes the deployment history!
I thought we did but after looking into it, it seems that we don’t have a deployment history page.
What are you trying to figure out?
Just want to see the version History and some details if available
Also like multiple people are pushing to prod so We need to check if some error happens, we need to know who did the push and when?!
In that case, I would recommend that you use github actions and our CLI to run deployments. You’ll then have the git blame and other information from GH: https://docs.gadget.dev/guides/environments/ci-cd#automated-deployment-using-a-ci-cd-pipeline
Ci Cd - Developer Docs - Gadget
Gadget Docs