Merge branch 'main' of gitlab.prodcontest.com:team-39/backend

This commit is contained in:
gitgernit
2025-11-22 20:59:52 +03:00
+8 -2
View File
@@ -253,9 +253,8 @@ test:
COMPOSE_PROFILES: | COMPOSE_PROFILES: |
--profile migrations --profile migrations
--profile tests --profile tests
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
script: script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
- export PROFILES="$(printf '%s ' $COMPOSE_PROFILES)" - export PROFILES="$(printf '%s ' $COMPOSE_PROFILES)"
- cp "$TEST_STAGE_FIREBASE_CONF" ./infrastructure/configs/backend/firebase.json - cp "$TEST_STAGE_FIREBASE_CONF" ./infrastructure/configs/backend/firebase.json
@@ -385,6 +384,13 @@ webhook-backend-deploy:
- build-runtime - build-runtime
- sast-image-runtime - sast-image-runtime
ml-deploy:
stage: deploy
tags:
- self-hosted
script:
ls -l
workflow: workflow:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"