mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
fix(ci): Move it again
This commit is contained in:
@@ -243,8 +243,6 @@ env-cleanup:
|
||||
|
||||
env-start:
|
||||
extends: ".deploy-common"
|
||||
environment:
|
||||
url: "https://${DOMAIN}"
|
||||
image: "${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/alpine/k8s:1.25.6"
|
||||
rules:
|
||||
- if: >
|
||||
@@ -312,6 +310,8 @@ migrations-pre:
|
||||
migrations-post:
|
||||
stage: "090-migrations-post"
|
||||
extends: ".deploy-common"
|
||||
environment:
|
||||
url: "https://${DOMAIN}"
|
||||
rules:
|
||||
- if: >
|
||||
$CI_PIPELINE_SOURCE =~ "web|schedules|trigger|api" &&
|
||||
@@ -320,6 +320,8 @@ migrations-post:
|
||||
when: "on_success"
|
||||
variables:
|
||||
COMPONENT: "opendesk-migrations-post"
|
||||
after_script:
|
||||
- echo ${DOMAIN}
|
||||
|
||||
services-external-deploy:
|
||||
stage: "030-services"
|
||||
|
||||
Reference in New Issue
Block a user