change config of pipeline
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
635a307da8
commit
3c4e0db30c
1 changed files with 8 additions and 4 deletions
|
@ -8,7 +8,8 @@ steps:
|
|||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
path: ['dashboard/*', '.woodpecker/*']
|
||||
path:
|
||||
include: ['dashboard/*', '.woodpecker/*']
|
||||
- name: kustomize push dashboard changes (prod + staging)
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
|
@ -23,7 +24,8 @@ steps:
|
|||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
path: ['dashboard/*', '.woodpecker/*']
|
||||
path:
|
||||
include: ['dashboard/*', '.woodpecker/*']
|
||||
- name: kustomize build dashboard (staging)
|
||||
image: git.ar21.de/aaron/kustomize-ci
|
||||
commands:
|
||||
|
@ -33,7 +35,8 @@ steps:
|
|||
- branch:
|
||||
exclude: main
|
||||
event: push
|
||||
path: ['dashboard/*', '.woodpecker/*']
|
||||
path:
|
||||
include: ['dashboard/*', '.woodpecker/*']
|
||||
- name: kustomize push dashboard changes (staging)
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
|
@ -49,4 +52,5 @@ steps:
|
|||
- branch:
|
||||
exclude: main
|
||||
event: push
|
||||
path: ['dashboard/*', '.woodpecker/*']
|
||||
path:
|
||||
include: ['dashboard/*', '.woodpecker/*']
|
Loading…
Reference in a new issue