From d5bf1f7a688f85ec7726db73638d27c0140e6fc7 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 22 Nov 2025 19:36:11 +0300 Subject: [PATCH] aboba --- .gitlab-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bcad88..2b0fb35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -253,9 +253,8 @@ test: COMPOSE_PROFILES: | --profile migrations --profile tests - before_script: - - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" script: + - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" - export PROFILES="$(printf '%s ' $COMPOSE_PROFILES)" - cp "$TEST_STAGE_FIREBASE_CONF" ./infrastructure/configs/backend/firebase.json @@ -385,6 +384,12 @@ webhook-backend-deploy: - build-runtime - sast-image-runtime +ml-deploy: + stage: deploy + tags: + - self-hosted + + workflow: rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event"