DevOps & automation FREE Cursor · Intermediate

CI/CD pipeline with GitHub Actions

Generate GitHub Actions workflow for automated test, build and deploy.

PROMPT
Crea un pipeline CI/CD con GitHub Actions para:

Proyecto: {PROYECTO}
Stack: {STACK}
Deploy target: {AWS/DOCKER/VPS}

Incluir:
- Lint + tests en PR
- Build de imagen Docker
- Deploy a staging en merge a develop
- Deploy a prod en tag v*
- Secrets necesarios documentados
- Cache de dependencias

267 copies