Compare commits

...

3 Commits

Author SHA1 Message Date
René Fischer
5474764a13 fix(ci): Move it again 2025-01-17 10:10:27 +00:00
René Fischer
469ba40ed2 fix(ci): Move url block 2025-01-17 09:14:29 +00:00
René Fischer
11eea81f4d feat(ci): Add environment URL 2025-01-16 12:27:21 +01:00

View File

@@ -310,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" &&
@@ -318,6 +320,8 @@ migrations-post:
when: "on_success"
variables:
COMPONENT: "opendesk-migrations-post"
after_script:
- echo ${DOMAIN}
services-external-deploy:
stage: "030-services"