Compare commits
No commits in common. "d74dc3757106f747395d07625fd8e937be6d1126" and "f4e88f893850465436fa3b250279dfcbe39544ef" have entirely different histories.
d74dc37571
...
f4e88f8938
2 changed files with 0 additions and 53 deletions
|
@ -1,26 +0,0 @@
|
||||||
steps:
|
|
||||||
- name: kustomize build dashboard (prod + staging)
|
|
||||||
image: git.ar21.de/aaron/kustomize-ci
|
|
||||||
commands:
|
|
||||||
- git clone https://git.ar21.de/yolokube/core-deployments.git deployment-repo
|
|
||||||
- kustomize build -o deployment-repo/dashboard/prod/dashboard.yaml dashboard/overlays/prod
|
|
||||||
- kustomize build -o deployment-repo/dashboard/staging/dashboard.yaml dashboard/overlays/staging
|
|
||||||
when:
|
|
||||||
- branch: main
|
|
||||||
event: push
|
|
||||||
path: ['dashboard/*', '.woodpecker/*']
|
|
||||||
- name: kustomize push dashboard changes (prod + staging)
|
|
||||||
image: appleboy/drone-git-push
|
|
||||||
settings:
|
|
||||||
branch: main
|
|
||||||
remote: ssh://git@git.ar21.de:2222/yolokube/core-deployments.git
|
|
||||||
path: /deployment-repo
|
|
||||||
force: false
|
|
||||||
commit: true
|
|
||||||
commit_message: "KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} (done automagically via Drone pipeline) [CI SKIP]"
|
|
||||||
ssh_key:
|
|
||||||
from_secret: FORGEJO_SSH_KEY
|
|
||||||
when:
|
|
||||||
- branch: main
|
|
||||||
event: push
|
|
||||||
path: ['dashboard/*', '.woodpecker/*']
|
|
|
@ -1,27 +0,0 @@
|
||||||
steps:
|
|
||||||
- name: kustomize build dashboard (staging)
|
|
||||||
image: git.ar21.de/aaron/kustomize-ci
|
|
||||||
commands:
|
|
||||||
- git clone https://git.ar21.de/yolokube/core-deployments.git deployment-repo
|
|
||||||
- kustomize build -o deployment-repo/dashboard/staging/dashboard.yaml dashboard/overlays/staging
|
|
||||||
when:
|
|
||||||
- branch:
|
|
||||||
exclude: main
|
|
||||||
event: push
|
|
||||||
path: ['dashboard/*', '.woodpecker/*']
|
|
||||||
- name: kustomize push dashboard changes (staging)
|
|
||||||
image: appleboy/drone-git-push
|
|
||||||
settings:
|
|
||||||
branch: main
|
|
||||||
remote: ssh://git@git.ar21.de:2222/yolokube/core-deployments.git
|
|
||||||
path: deployment-repo
|
|
||||||
force: false
|
|
||||||
commit: true
|
|
||||||
commit_message: "KUSTOMIZE BUILD STAGING: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} [CI SKIP]"
|
|
||||||
ssh_key:
|
|
||||||
from_secret: FORGEJO_SSH_KEY
|
|
||||||
when:
|
|
||||||
- branch:
|
|
||||||
exclude: main
|
|
||||||
event: push
|
|
||||||
path: ['dashboard/*', '.woodpecker/*']
|
|
Loading…
Reference in a new issue