Skip to content
Snippets Groups Projects
Commit 86346895 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

always with prot

parent 5b50f057
No related branches found
No related tags found
No related merge requests found
Pipeline #127343 failed with stages
in 2 minutes and 16 seconds
...@@ -13,7 +13,7 @@ variables: ...@@ -13,7 +13,7 @@ variables:
HOST_DEV: 'defense-finder.dev.pasteur.cloud' HOST_DEV: 'defense-finder.dev.pasteur.cloud'
MEILI_HOST_DEV: 'defense-finder-meilisearch.dev.pasteur.cloud' MEILI_HOST_DEV: 'defense-finder-meilisearch.dev.pasteur.cloud'
# prod # prod
HOST_PROD: "https://defense-finder.pasteur.cloud" HOST_PROD: 'defense-finder.pasteur.cloud'
MEILI_HOST_PROD: 'defense-finder-meilisearch.pasteur.cloud' MEILI_HOST_PROD: 'defense-finder-meilisearch.pasteur.cloud'
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
...@@ -454,7 +454,7 @@ build:prod:wiki: ...@@ -454,7 +454,7 @@ build:prod:wiki:
# - get-pfam # - get-pfam
variables: variables:
BASE_URL: /wiki/ BASE_URL: /wiki/
HOST_URL: https://${HOST_PROD} HOST_URL: "https://${HOST_PROD}"
rules: rules:
- if: $CI_COMMIT_BRANCH == "main" - if: $CI_COMMIT_BRANCH == "main"
...@@ -521,7 +521,7 @@ deploy:prod: ...@@ -521,7 +521,7 @@ deploy:prod:
variables: variables:
NODE_ENV: "production" NODE_ENV: "production"
KUBE_NAMESPACE: "defense-finder-prod" KUBE_NAMESPACE: "defense-finder-prod"
PUBLIC_URL: "${HOST_PROD}" PUBLIC_URL: "https://${HOST_PROD}"
CI_DEBUG_TRACE: "false" CI_DEBUG_TRACE: "false"
ENV: "production" ENV: "production"
environment: environment:
...@@ -605,7 +605,7 @@ create-structures-archives:prod: ...@@ -605,7 +605,7 @@ create-structures-archives:prod:
variables: variables:
NODE_ENV: "production" NODE_ENV: "production"
KUBE_NAMESPACE: "defense-finder-prod" KUBE_NAMESPACE: "defense-finder-prod"
PUBLIC_URL: "${HOST_PROD}" PUBLIC_URL: "https://${HOST_PROD}"
CI_DEBUG_TRACE: "false" CI_DEBUG_TRACE: "false"
ENV: "production" ENV: "production"
environment: environment:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment