CI/CD Pipeline Config Writer
By Logan · Published · Updated
Generate GitHub Actions or GitLab CI configuration for your deployment pipeline.
Tags: devops, coding, pipeline
Prompt template
## Introduction Generate a production-ready CI/CD pipeline configuration for automated testing and deployment. ## Pipeline Platform - CI/CD Tool: [dropdown: GitHub Actions, GitLab CI, CircleCI, Bitbucket Pipelines, Jenkins] - Project Type: [dropdown: Node.js / React, Python, Flutter, Docker container, Static site, Ruby on Rails, Go] ## Pipeline Stages Include these pipeline stages: [multi: Install dependencies, Lint & code style check, Unit tests, Integration tests, Build, Docker build & push, Deploy to staging, Deploy to production, Notify on Slack/Teams] ## Deployment Target - Deployment Platform: [dropdown: Firebase Hosting, AWS, GCP, Azure, Heroku, Vercel, DigitalOcean, Self-hosted] - Environment separation: [multi: Development, Staging, Production] - Trigger on: [multi: Push to main, Pull Request, Tag release, Manual trigger, Scheduled (cron)]