Compare commits

..

1 commit

Author SHA1 Message Date
d2869b48fd
.woodpecker/.deploy.yaml: add branch and PR creation
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:10:39 +02:00
2 changed files with 3 additions and 4 deletions

View file

@ -56,7 +56,7 @@ steps:
gitea_token:
from_secret: FORGEJO_API
owner: ${CI_REPO_OWNER}
repo: yolokube/core-deployments
repo: https://git.ar21.de/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: yolokube/core-deployments
repo: https://git.ar21.de/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,4 +1,3 @@
skip_clone: true
steps:
- name: test (prod)
image: git.ar21.de/yolokube/dashboard:${CI_PIPELINE_NUMBER}
@ -18,4 +17,4 @@ steps:
exclude: master
event: push
depends_on:
- build
- build