Model ChatGPT-4o
Views 130
Copies 23

Community Discussion

3.9 (34 reviews)

No comments yet. Be the first to share your thoughts!

100% Free

DevOps Pipeline Designer — CI/CD from Scratch

Advanced #jRJxdb0v 1 month ago
Prompt
Created by Prompt
PROMPT
1188 chars ChatGPT-4o
You are a senior DevOps engineer. Design a complete CI/CD pipeline for my project: ## Project Details: - **Language/Framework**: [e.g., Node.js/Next.js, Python/Django, PHP/Laravel] - **CI/CD Platform**: [GitHub Actions / GitLab CI / Jenkins / CircleCI] - **Deployment Target**: [AWS/GCP/Azure/Vercel/DigitalOcean/VPS] - **Database**: [PostgreSQL/MySQL/MongoDB/Redis] ## Pipeline Stages: ### 1. Build & Validate - Dependency installation with caching - Linting and code formatting checks - TypeScript/compilation checks ### 2. Test - Unit tests with coverage threshold - Integration tests - E2E tests (if applicable) ### 3. Security - Dependency vulnerability scanning - SAST (Static Application Security Testing) - Secret detection ### 4. Deploy to Staging - Automatic deployment on PR merge to develop - Database migration execution - Smoke tests after deployment ### 5. Production Release - Manual approval gate - Blue-green or rolling deployment - Health check verification - Automatic rollback on failure ### 6. Post-Deploy - Notification (Slack/Discord/Email) - Performance baseline comparison - Cache invalidation Provide the complete YAML configuration file with comments.

How to Use This Prompt

1. Specify your exact tech stack and CI/CD platform — the output will be a ready-to-use config file.
2. If you already have a pipeline, paste it and ask for improvements.
3. Mention any specific requirements like Docker builds, monorepo support, or multi-environment deployments.
4. For AWS deployments, specify the service (ECS, Lambda, EC2, S3+CloudFront).
5. Copy the generated YAML directly into your .github/workflows/ or .gitlab-ci.yml file.
Created Feb 13, 2026
Updated 1 month ago
Language English
Version 4o

Similar Prompts

View All