← Back to directory

GitHub Actions CI/CD

Generate a complete CI/CD pipeline with build, test, lint, type-check, and deploy stages for your stack.

ci-cdgithub-actionsautomation
74295 importsby @sam
Preview
Create a GitHub Actions CI/CD pipeline for:

Stack: {{stack}}
Deploy target: {{deploy_target}}
Branch strategy: {{branch_strategy}}

Stages:
1. Install dependencies (with caching)
2. Lint + type-check
3. Unit tests
4. Build
5. Deploy (staging on PR, production on merge to main)

Variables (3)

{{stack}}{{deploy_target}}{{branch_strategy}}

Similar Prompts