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

This commit is contained in:
cătălin 2026-04-08 19:32:49 +02:00
commit 2651443764
No known key found for this signature in database
14 changed files with 165 additions and 192 deletions

19
.woodpecker/fmt.yaml Normal file
View file

@ -0,0 +1,19 @@
---
when:
- event: push
branch: feat/woodpecker-ci
steps:
#- name: pre-commit
# image: kiwicom/pre-commit:4.3.0
# commands:
# - make fmt--pre-commit
- name: kubeconform
image: stagex/kubeconform:0.6.4
commands:
- make fmt--kubeconform
- name: tflint
image: stagex/tflint:0.53.0
commands:
- make fmt--tflint

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