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

more ci update

parent 1ab848e6
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ stages:
install-dependencies:
stage: install
script:
- npm -v
- npm install -q
artifacts:
paths:
......@@ -35,6 +34,7 @@ install-dependencies:
build:
stage: build
before_script:
- export NODE_ENV=staging
- echo $LDAP_CONN_CONFIG > ldap_connexion_config.json
script:
- npm run build
......
......@@ -30,10 +30,10 @@ module.exports = {
directory: path.resolve('./db/seeds')
}
},
production: {
staging: {
client: 'pg',
connection: {
host: 'localhost',
host: '129.201.104.10',
user: 'will',
password: 'password',
database: 'sigma_dev',
......
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