Compare commits

..

4 commits

Author SHA1 Message Date
bf29b08564 Merge pull request 'prevent-staging-leak' (#24) from prevent-staging-leak into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #24
2024-02-02 11:48:01 +01:00
6e75545b6c
skip CI to prevent overwriting staging builds
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-02 11:46:24 +01:00
fe857442b7
change to test staging pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-02 11:41:40 +01:00
7451356aec
prevent staging build leaking commits to prod
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-02 11:40:17 +01:00
2 changed files with 9 additions and 3 deletions

View file

@ -22,12 +22,16 @@ steps:
image: aaronriedel/kustomize-ci
commands:
- cd /deployment-repo
- git clone https://git.ar21.de/yolokube/core-deployments.git .
- cd /staging-repo
- git clone -b $DRONE_BRANCH https://git.ar21.de/yolokube/core-deployments.git .
- cd /deployment-repo/dashboard/overlays/staging
- cd /staging-repo/dashboard/overlays/staging
- kustomize build -o /deployment-repo/dashboard/staging/dashboard.yaml
volumes:
- name: deployment-repo
path: /deployment-repo
- name: staging-repo
path: /staging-repo
when:
branch:
exclude:
@ -61,7 +65,7 @@ steps:
path: /deployment-repo
force: false
commit: true
commit_message: "KUSTOMIZE BUILD STAGING: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} (done automagically via Drone pipeline)"
commit_message: "KUSTOMIZE BUILD STAGING: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} [CI SKIP]"
ssh_key:
from_secret: GITEA_SSH_KEY
volumes:
@ -76,6 +80,8 @@ steps:
volumes:
- name: deployment-repo
temp: {}
- name: staging-repo
temp: {}
when:
event:
exclude:

View file

@ -30,7 +30,7 @@ spec:
httpGet:
path: /
port: 8080
initialDelaySeconds: 3
initialDelaySeconds: 4
periodSeconds: 3
---
apiVersion: v1