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"