Skip to content
Snippets Groups Projects

use iPPI-DB url for prod

Merged Bryan BRANCOTTE requested to merge bascule-url into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -212,11 +212,11 @@ deploy-prod:
- release
variables:
NAMESPACE: "ippidb-prod"
PUBLIC_URL: "ippidb-internal.pasteur.cloud"
INGRESS_CLASS: "internal"
PUBLIC_URL: "ippidb.pasteur.fr"
INGRESS_CLASS: "external"
environment:
name: "k8sprod-02/ippidb-prod/${CI_COMMIT_REF_SLUG}"
url: "https://ippidb-internal.pasteur.cloud"
url: "https://ippidb.pasteur.fr"
before_script:
- export MARVINJS_APIKEY=$MARVINJS_APIKEY_release
- export GACODE=$GACODE_release
Loading