20 lines
399 B
YAML
20 lines
399 B
YAML
---
|
|
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
|