DevOps y automatización GRATIS Cursor · Intermedio

Pipeline CI/CD con GitHub Actions

Genera workflow de GitHub Actions para test, build y deploy automatizado.

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