Compare commits

..

2 commits

Author SHA1 Message Date
46c06ada51
.woodpecker/.test.yaml: we don't need clone in this step
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
2024-10-07 13:23:12 +02:00
22513f3414
.woodpecker/.deploy.yaml: add branch and PR creation 2024-10-07 13:23:10 +02:00
2 changed files with 4 additions and 3 deletions

View file

@ -56,7 +56,7 @@ steps:
gitea_token:
from_secret: FORGEJO_API
owner: ${CI_REPO_OWNER}
repo: https://git.ar21.de/yolokube/core-deployments
repo: yolokube/core-deployments
branch: "${CI_PIPELINE_NUMBER}_dashboard_prod"
base_branch: main
pr_title: "DASHBOARD: update image tag to ${CI_PIPELINE_NUMBER}"
@ -84,7 +84,7 @@ steps:
gitea_token:
from_secret: FORGEJO_API
owner: ${CI_REPO_OWNER}
repo: https://git.ar21.de/yolokube/core-deployments
repo: yolokube/core-deployments
branch: "${CI_PIPELINE_NUMBER}_dashboard_staging"
base_branch: main
pr_title: "DASHBOARD: update image tag to ${CI_PIPELINE_NUMBER}"

View file

@ -1,3 +1,4 @@
skip_clone: true
steps:
- name: test (prod)
image: git.ar21.de/yolokube/dashboard:${CI_PIPELINE_NUMBER}
@ -17,4 +18,4 @@ steps:
exclude: master
event: push
depends_on:
- build
- build