Compare commits

..

2 commits

Author SHA1 Message Date
ed518ee614
.woodpecker/.test.yaml: we don't need clone in this step
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-10-07 13:31:15 +02:00
43698e3399
.woodpecker/.deploy.yaml: add branch and PR creation 2024-10-07 13:31:11 +02:00

View file

@ -56,7 +56,7 @@ steps:
gitea_token:
from_secret: FORGEJO_API
owner: ${CI_REPO_OWNER}
repo: yolokube/core-deployments
repo: 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: core-deployments
branch: "${CI_PIPELINE_NUMBER}_dashboard_staging"
base_branch: main
pr_title: "DASHBOARD: update image tag to ${CI_PIPELINE_NUMBER}"