GitHub Actions
automation ci-cd
CI/CD integrated into GitHub
Prerequisites:
git yaml
Pros and Cons
Ventajas
- + Integrated with GitHub
- + Marketplace of actions
- + Free for public repos
- + Matrix builds
- + Secrets management
Desventajas
- - Lock-in to GitHub
- - Debugging can be difficult
- - Runner setup times
- - Limits on private repos
Casos de Uso
- CI/CD for GitHub repos
- Release automation
- Automated testing
- Deployment