Compare commits
2 commits
d2869b48fd
...
46c06ada51
Author | SHA1 | Date | |
---|---|---|---|
46c06ada51 | |||
22513f3414 |
2 changed files with 4 additions and 3 deletions
|
@ -56,7 +56,7 @@ steps:
|
||||||
gitea_token:
|
gitea_token:
|
||||||
from_secret: FORGEJO_API
|
from_secret: FORGEJO_API
|
||||||
owner: ${CI_REPO_OWNER}
|
owner: ${CI_REPO_OWNER}
|
||||||
repo: https://git.ar21.de/yolokube/core-deployments
|
repo: yolokube/core-deployments
|
||||||
branch: "${CI_PIPELINE_NUMBER}_dashboard_prod"
|
branch: "${CI_PIPELINE_NUMBER}_dashboard_prod"
|
||||||
base_branch: main
|
base_branch: main
|
||||||
pr_title: "DASHBOARD: update image tag to ${CI_PIPELINE_NUMBER}"
|
pr_title: "DASHBOARD: update image tag to ${CI_PIPELINE_NUMBER}"
|
||||||
|
@ -84,7 +84,7 @@ steps:
|
||||||
gitea_token:
|
gitea_token:
|
||||||
from_secret: FORGEJO_API
|
from_secret: FORGEJO_API
|
||||||
owner: ${CI_REPO_OWNER}
|
owner: ${CI_REPO_OWNER}
|
||||||
repo: https://git.ar21.de/yolokube/core-deployments
|
repo: yolokube/core-deployments
|
||||||
branch: "${CI_PIPELINE_NUMBER}_dashboard_staging"
|
branch: "${CI_PIPELINE_NUMBER}_dashboard_staging"
|
||||||
base_branch: main
|
base_branch: main
|
||||||
pr_title: "DASHBOARD: update image tag to ${CI_PIPELINE_NUMBER}"
|
pr_title: "DASHBOARD: update image tag to ${CI_PIPELINE_NUMBER}"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
skip_clone: true
|
||||||
steps:
|
steps:
|
||||||
- name: test (prod)
|
- name: test (prod)
|
||||||
image: git.ar21.de/yolokube/dashboard:${CI_PIPELINE_NUMBER}
|
image: git.ar21.de/yolokube/dashboard:${CI_PIPELINE_NUMBER}
|
||||||
|
@ -17,4 +18,4 @@ steps:
|
||||||
exclude: master
|
exclude: master
|
||||||
event: push
|
event: push
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue