Compare commits
No commits in common. "91f64ec6335f805687e57cc262447cfaf996f821" and "2a83da6f4c0970610a0908d1b47b3a15749178e2" have entirely different histories.
91f64ec633
...
2a83da6f4c
1 changed files with 22 additions and 4 deletions
|
@ -9,7 +9,11 @@ steps:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: push
|
event: push
|
||||||
path:
|
path:
|
||||||
include: ['dashboard/**', '.woodpecker/*']
|
include: ['.woodpecker/*']
|
||||||
|
- branch: main
|
||||||
|
event: push
|
||||||
|
path:
|
||||||
|
include: ['dashboard/*']
|
||||||
- name: kustomize push dashboard changes (prod + staging)
|
- name: kustomize push dashboard changes (prod + staging)
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
|
@ -25,7 +29,11 @@ steps:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: push
|
event: push
|
||||||
path:
|
path:
|
||||||
include: ['dashboard/**', '.woodpecker/*']
|
include: ['dashboard/*']
|
||||||
|
- branch: main
|
||||||
|
event: push
|
||||||
|
path:
|
||||||
|
include: ['.woodpecker/*']
|
||||||
- name: kustomize build dashboard (staging)
|
- name: kustomize build dashboard (staging)
|
||||||
image: git.ar21.de/aaron/kustomize-ci
|
image: git.ar21.de/aaron/kustomize-ci
|
||||||
commands:
|
commands:
|
||||||
|
@ -36,7 +44,12 @@ steps:
|
||||||
exclude: main
|
exclude: main
|
||||||
event: push
|
event: push
|
||||||
path:
|
path:
|
||||||
include: ['dashboard/**', '.woodpecker/*']
|
include: ['.woodpecker/*']
|
||||||
|
- branch:
|
||||||
|
exclude: main
|
||||||
|
event: push
|
||||||
|
path:
|
||||||
|
include: ['dashboard/*']
|
||||||
- name: kustomize push dashboard changes (staging)
|
- name: kustomize push dashboard changes (staging)
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
|
@ -53,4 +66,9 @@ steps:
|
||||||
exclude: main
|
exclude: main
|
||||||
event: push
|
event: push
|
||||||
path:
|
path:
|
||||||
include: ['dashboard/**', '.woodpecker/*']
|
include: ['.woodpecker/*']
|
||||||
|
- branch:
|
||||||
|
exclude: main
|
||||||
|
event: push
|
||||||
|
path:
|
||||||
|
include: ['dashboard/*']
|
||||||
|
|
Loading…
Reference in a new issue