ci-cd
CI/CD integration patterns for gh-infra: auto-apply on merge, scheduled drift detection, and authentication setup for GitHub Actions workflows. --- # CI/CD Integration gh-infra is designed to run in CI. The two main patterns are **auto-apply on merge** and **scheduled drift detection**. ## Auto-Apply on Merge Automatically apply infrastructure changes when YAML files are merged to `main`: ```yaml # .github/workflows/infra-apply.yaml
Changelog: Source: GitHub https://github.com/babarot/gh-infra
Loading comments...