Skip to content
Snippets Groups Projects
Commit 1deda052 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

pass ldap_connexion_config.json as envar

parent 24d2c2de
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ install-dependencies:
build:
stage: build
before_script:
- echo $LDAP_CONN_CONFIG > ldap_connexion_config.json
script:
- npm run build
- knex migrate:latest
......@@ -66,4 +68,4 @@ deploy-staging:
name: staging
url: http://129.104.210.10:3000
tags:
- deployment
\ No newline at end of file
- deployment
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment