Write a step-by-step guide to setting up a CI/CD pipeline for [application] using [tool, e.g. GitHub Actions, Jenkins, GitLab]. Cover: repo setup, build/test/deploy steps, environment variables, and rollback procedures.
Useful prompt but the real issue is bigger? That usually means the workflow or team mechanism needs attention, not just the wording.
Gives the exact steps, practical tips, and error-preventionβready for real-world implementation.
Step 1: Push triggers build. Step 2: Run tests in Docker. Step 3: Deploy to staging, then prod. Rollback: tag and revert branch.
Log in to suggest improvements.