Deployment Tracking
You can now track deployments for each project in Uptagen. Every time you deploy your app, send a simple API request and we’ll log it — environment, git revision, branch, and who deployed.
Key highlights:
- Project API keys — generate and manage API keys per project in Settings > API
- Simple integration — one
curlcall in your deploy pipeline (works with Kamal hooks, GitHub Actions, or any CI) - Deployment history — view all deployments for a project with search and environment filtering
To get started, head to your project settings, create an API key, and add a post-deploy hook to your pipeline.