wip
Some checks failed
ci/woodpecker/push/tofu Pipeline failed
ci/woodpecker/push/fmt Pipeline failed

This commit is contained in:
cătălin 2026-04-08 20:29:10 +02:00
commit d863101cef
No known key found for this signature in database
15 changed files with 195 additions and 189 deletions

20
.woodpecker/tofu.yaml Normal file
View file

@ -0,0 +1,20 @@
---
when:
- event: push
branch: feat/woodpecker-ci
steps:
- name: tofu-authentik
image: ghcr.io/opentofu/opentofu:1.10.9-minimal
commands:
- cd tofu/authentik
- tofu init
- tofu apply -auto-approve
- name: tofu-adguard
image: ghcr.io/opentofu/opentofu:1.10.9-minimal
commands:
- cd tofu/adguard
- tofu init
- tofu apply -auto-approve