fix pipeline for dashboard (fr now)
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
53bc3fbc4c
commit
91f64ec633
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ steps:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: push
|
event: push
|
||||||
path:
|
path:
|
||||||
include: ['dashboard/*', '.woodpecker/*']
|
include: ['dashboard/**', '.woodpecker/*']
|
||||||
- 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 +25,7 @@ steps:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: push
|
event: push
|
||||||
path:
|
path:
|
||||||
include: ['dashboard/*', '.woodpecker/*']
|
include: ['dashboard/**', '.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 +36,7 @@ steps:
|
||||||
exclude: main
|
exclude: main
|
||||||
event: push
|
event: push
|
||||||
path:
|
path:
|
||||||
include: ['dashboard/*', '.woodpecker/*']
|
include: ['dashboard/**', '.woodpecker/*']
|
||||||
- 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 +53,4 @@ steps:
|
||||||
exclude: main
|
exclude: main
|
||||||
event: push
|
event: push
|
||||||
path:
|
path:
|
||||||
include: ['dashboard/*', '.woodpecker/*']
|
include: ['dashboard/**', '.woodpecker/*']
|
||||||
|
|
Loading…
Reference in a new issue