Compare commits
1 commit
46c06ada51
...
d2869b48fd
Author | SHA1 | Date | |
---|---|---|---|
d2869b48fd |
2 changed files with 3 additions and 4 deletions
|
@ -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}"
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue