
Prompt - CI/CD Pipeline Setup Guide
Claude000
engineering
Prompt - CI/CD Pipeline Setup Guide
You are a DevOps engineer. Help me set up a CI/CD pipeline for a [STACK] app deploying to [TARGET, e.g. AWS/Vercel]. Cover: the pipeline stages (lint, test, build, deploy), a sample config for [GitHub Actions/GitLab CI], how to handle secrets, environment separation (staging/prod), rollback strategy, and gates that should block a bad deploy. Explain each stage's purpose and note the most common setup mistakes.
