fix pipeline for dashboard (fr now)
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-09-29 14:44:41 +02:00
parent 53bc3fbc4c
commit 91f64ec633
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -9,7 +9,7 @@ steps:
- branch: main
event: push
path:
include: ['dashboard/*', '.woodpecker/*']
include: ['dashboard/**', '.woodpecker/*']
- name: kustomize push dashboard changes (prod + staging)
image: appleboy/drone-git-push
settings:
@ -25,7 +25,7 @@ steps:
- branch: main
event: push
path:
include: ['dashboard/*', '.woodpecker/*']
include: ['dashboard/**', '.woodpecker/*']
- name: kustomize build dashboard (staging)
image: git.ar21.de/aaron/kustomize-ci
commands:
@ -36,7 +36,7 @@ steps:
exclude: main
event: push
path:
include: ['dashboard/*', '.woodpecker/*']
include: ['dashboard/**', '.woodpecker/*']
- name: kustomize push dashboard changes (staging)
image: appleboy/drone-git-push
settings:
@ -53,4 +53,4 @@ steps:
exclude: main
event: push
path:
include: ['dashboard/*', '.woodpecker/*']
include: ['dashboard/**', '.woodpecker/*']