Community Discussion
Login to join the discussion
100% Free
DevOps Pipeline Designer — CI/CD from Scratch
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.
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→
ChatGPT-4o
Meeting Management
Meeting Notes to Action Items — Smart Summarizer
Transform messy meeting notes or transcripts into structured summaries with clea...
ChatGPT-4o
Lifestyle Content
Personal Fitness & Nutrition Plan Generator
Create personalized workout routines and meal plans based on your goals, experie...
ChatGPT-4o
Game Design
Game Design Document — Complete GDD Template
Create a comprehensive Game Design Document for any game concept. Covers core me...
ChatGPT-4o
Lesson Plans
Lesson Plan Builder — K-12 & University
Create detailed lesson plans with learning objectives, activities, assessments,...
No comments yet. Be the first to share your thoughts!