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

always with prot

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