De 0 a CI/CD en una tarde con GitHub Actions
El CI/CD ya no es opcional.
Workflow en YAML
Tres stages: build, test, deploy.
Tests automáticos
PHPUnit, pytest o Jest en cada push.
Deploy automático
Al hacer merge a main, se despliega solo.
El CI/CD ya no es opcional.
Tres stages: build, test, deploy.
PHPUnit, pytest o Jest en cada push.
Al hacer merge a main, se despliega solo.