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
4 months ago
Language
English
Version
4o
Similar Prompts
View All→
ChatGPT-4o
Project Management
Project Management Plan — Agile Sprint Planning
Create detailed project plans with user stories, sprint breakdowns, task estimat...
ChatGPT-4o
SEO Content
SEO Blog Post Writer — Rank #1 on Google
Generate SEO-optimized blog posts that actually rank. This prompt structures con...
ChatGPT-4o
Sales Pitches
Sales Pitch Deck Script — Persuasive Presentations
Create compelling sales pitch scripts and presentation outlines. Uses storytelli...
ChatGPT-4o
Podcasts
Podcast Script Writer — Engaging Episodes
Write complete podcast episode scripts with hooks, segment transitions, intervie...
No comments yet. Be the first to share your thoughts!