Check Deployment Status
Check the current state of the production deployment.
Steps
1. Health check
curl -sf https://{PRODUCTION_URL}/health
Check for a healthy response (status field, database connectivity, etc.).
2. Recent GitHub Actions runs
gh run list --limit 5
Check for any recent failures.
3. Report
Provide a clear status summary:
- Is the service up and healthy?
- What was the last deployment and its status?
- Any recent failures in CI?
- If unhealthy, suggest checking the project's runbook for troubleshooting