initial commit
This commit is contained in:
22
.woodpecker.yml
Normal file
22
.woodpecker.yml
Normal 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
|
||||
Reference in New Issue
Block a user