fix pipeline for dashboard
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
d587f59fd0
commit
2b0612df72
1 changed files with 22 additions and 4 deletions
|
@ -9,7 +9,11 @@ steps:
|
|||
- branch: main
|
||||
event: push
|
||||
path:
|
||||
include: ['dashboard/*', '.woodpecker/*']
|
||||
include: ['.woodpecker/*']
|
||||
- branch: main
|
||||
event: push
|
||||
path:
|
||||
include: ['dashboard/*']
|
||||
- name: kustomize push dashboard changes (prod + staging)
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
|
@ -25,7 +29,11 @@ steps:
|
|||
- branch: main
|
||||
event: push
|
||||
path:
|
||||
include: ['dashboard/*', '.woodpecker/*']
|
||||
include: ['dashboard/*']
|
||||
- branch: main
|
||||
event: push
|
||||
path:
|
||||
include: ['.woodpecker/*']
|
||||
- name: kustomize build dashboard (staging)
|
||||
image: git.ar21.de/aaron/kustomize-ci
|
||||
commands:
|
||||
|
@ -36,7 +44,12 @@ steps:
|
|||
exclude: main
|
||||
event: push
|
||||
path:
|
||||
include: ['dashboard/*', '.woodpecker/*']
|
||||
include: ['.woodpecker/*']
|
||||
- branch:
|
||||
exclude: main
|
||||
event: push
|
||||
path:
|
||||
include: ['dashboard/*']
|
||||
- name: kustomize push dashboard changes (staging)
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
|
@ -53,4 +66,9 @@ steps:
|
|||
exclude: main
|
||||
event: push
|
||||
path:
|
||||
include: ['dashboard/*', '.woodpecker/*']
|
||||
include: ['.woodpecker/*']
|
||||
- branch:
|
||||
exclude: main
|
||||
event: push
|
||||
path:
|
||||
include: ['dashboard/*']
|
||||
|
|
Loading…
Reference in a new issue