initial commit

This commit is contained in:
2023-10-19 15:53:26 -04:00
commit cd37c1fbb3
24 changed files with 1031 additions and 0 deletions

22
.woodpecker.yml Normal file
View File

@@ -0,0 +1,22 @@
steps:
dry-run:
when:
- branch:
exclude:
- main
image: bitnami/kubectl
secrets:
- kube_config
commands:
- echo "$KUBE_CONFIG" > ~/.kube/config
- DRU_RUN=true ./deploy.sh
deploy:
when:
- branch:
main
image: bitnami/kubectl
secrets:
- kube_config
commands:
- echo "$KUBE_CONFIG" > ~/.kube/config
- ./deploy.sh