Apply only platform stack in CI (matches old pipeline scope)
This commit is contained in:
parent
9415823ab8
commit
5cfe6595cd
2 changed files with 3 additions and 3 deletions
|
|
@ -390,7 +390,7 @@ jellyfin, jellyseerr, tdarr, affine, health, family, openclaw
|
|||
|
||||
## CI/CD
|
||||
- Drone CI (`.drone.yml`) for automated deployments
|
||||
- **Default pipeline**: On push, runs `terragrunt run --all -- apply -auto-approve` across all stacks (installs Terraform 1.5.7 + Terragrunt 0.99.4 in Alpine)
|
||||
- **Default pipeline**: On push, applies the `platform` stack via `terragrunt apply` (core infrastructure services; installs Terraform 1.5.7 + Terragrunt 0.99.4 in Alpine)
|
||||
- **TLS renewal pipeline**: Cron-triggered, runs `renew2.sh` (certbot + Cloudflare DNS) — no Terraform/Terragrunt needed
|
||||
- **Build CLI pipeline**: Builds Docker image from `cli/Dockerfile` (unchanged)
|
||||
- **ALWAYS add `[ci skip]` to commit messages** when you've already run `terraform apply` to avoid triggering CI redundantly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue