# devops-deploy > Handles CI/CD and production deployment. Use when the project is ready for staging/prod. - Author: paresh100 - Repository: paresh100/rachelsinger - Version: 20260208163753 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/paresh100/rachelsinger - Web: https://mule.run/skillshub/@@paresh100/rachelsinger~devops-deploy:20260208163753 --- --- name: devops-deploy description: Handles CI/CD and production deployment. Use when the project is ready for staging/prod. --- # Deployment Workflow 1. **Pre-flight:** Run `npm run build` and `security-audit` skill. 2. **Environment:** Verify all production keys are in the Antigravity Secret Store. 3. **Platform:** Default to **Google Cloud Run** via `gcloud` or **Vercel** if it's a Next.js project. 4. **Artifacts:** Capture a screenshot of the successful deployment and provide the live URL.