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:
|
gitea_token:
|
||||||
from_secret: FORGEJO_API
|
from_secret: FORGEJO_API
|
||||||
owner: ${CI_REPO_OWNER}
|
owner: ${CI_REPO_OWNER}
|
||||||
repo: yolokube/core-deployments
|
repo: https://git.ar21.de/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: yolokube/core-deployments
|
repo: https://git.ar21.de/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,4 +1,3 @@
|
||||||
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}
|
||||||
|
@ -18,4 +17,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