You've already forked RekomenciBackend
aboba
This commit is contained in:
+7
-2
@@ -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,12 @@ webhook-backend-deploy:
|
|||||||
- build-runtime
|
- build-runtime
|
||||||
- sast-image-runtime
|
- sast-image-runtime
|
||||||
|
|
||||||
|
ml-deploy:
|
||||||
|
stage: deploy
|
||||||
|
tags:
|
||||||
|
- self-hosted
|
||||||
|
|
||||||
|
|
||||||
workflow:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
|||||||
Reference in New Issue
Block a user