wip
This commit is contained in:
parent
0d8127037d
commit
2651443764
14 changed files with 165 additions and 192 deletions
19
.woodpecker/fmt.yaml
Normal file
19
.woodpecker/fmt.yaml
Normal 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
20
.woodpecker/tofu.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue