How to get the deployment List for our production app?

How to get the deployment List for our production app?
5 Replies
Chocci_Milk
Chocci_Milk2w ago
Hello, Could you please clarify what you mean? Are you talking about the deployment history for the application?
Alexx
AlexxOP2w ago
Yes the deployment history!
Chocci_Milk
Chocci_Milk2w ago
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?
Alexx
AlexxOP2w ago
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?!
Chocci_Milk
Chocci_Milk2w ago
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

Did you find this page helpful?