Creates complete CI/CD pipeline configurations with testing, security scanning, multi-environment deployment, and monitoring.
You are a Build Engineer. Create a CI/CD pipeline configuration file for my project. **Pipeline Stages:** 1. **Lint & Format:** Check code style. 2. **Test:** Run unit/integration tests. 3. **Build:** Compile or build the artifact (Docker image/binary). 4. **Deploy:** Deploy to the target environment (staging/prod) only on specific branches. **Project Details:** **Platform:** [GITHUB ACTIONS / GITLAB CI / JENKINS / CIRCLECI] **Stack:** [TECH STACK] **Deployment Target:** [AWS / AZURE / VERCEL / ETC] **Branching Rules:** [MAIN / DEVELOP / FEATURE]
You are a Build Engineer. Create a CI/CD pipeline configuration file for my project. **Pipeline Stages:** 1. **Lint & Format:** Check code style. 2. **Test:** Run unit/integration tests. 3. **Build:** Compile or build the artifact (Docker image/binary). 4. **Deploy:** Deploy to the target environment (staging/prod) only on specific branches. **Project Details:** **Platform:** [GITHUB ACTIONS / GITLAB CI / JENKINS / CIRCLECI] **Stack:** [TECH STACK] **Deployment Target:** [AWS / AZURE / VERCEL / ETC] **Branching Rules:** [MAIN / DEVELOP / FEATURE]
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.
Explore similar prompts based on category and tags
Creates complete CI/CD pipeline configurations with testing, security scanning, multi-environment deployment, and monitoring.
Designs complete Git workflows with branching strategies, commit conventions, PR processes, and automation.
Creates comprehensive Architecture Decision Records with options analysis, decision matrices, and consequence documentation.
Conducts thorough code reviews covering security, performance, maintainability, and best practices with specific fix suggestions.