Skip to content
Snippets Groups Projects
Commit 0c3dd9df authored by Max Lou's avatar Max Lou
Browse files

Update .gitlab-ci.yml file

parent e4f30864
No related branches found
No related tags found
No related merge requests found
Pipeline #918338 canceled
......@@ -43,7 +43,7 @@ deploy_rights-engine:
- exec_ssh "cd $BASE_DIR/$URL/rights-engine; echo 'DEBUG=False' >> .env"
- exec_ssh "cd $BASE_DIR/$URL/rights-engine; echo 'LRS_HOST=$LRS_HOST' >> .env"
- exec_ssh "cd $BASE_DIR/$URL/rights-engine; echo 'LRS_TOKEN=$LRS_TOKEN' >> .env"
- exec_ssh "cd $BASE_DIR/$URL/rights-engine; echo 'LRS_CONNECTION_STRING=mongodb://root:$MONGO_PASSWORT@polaris.servicechain.cloud:27017' >> .env"
- exec_ssh "cd $BASE_DIR/$URL/rights-engine; echo 'LRS_CONNECTION_STRING=mongodb://root:$MONGO_PASSWORT@mongodb_container:27017' >> .env"
- exec_ssh "cd $BASE_DIR/$URL/rights-engine; echo 'LRS_MONGO_DB_NAME=lrs' >> .env"
- exec_ssh "cd $BASE_DIR/$URL/rights-engine; echo 'DATA_DISCLOSURE_EXPIRATION=30' >> .env"
- exec_ssh "cd $BASE_DIR/$URL/rights-engine; echo 'DATA_DISCLOSURE_LOCATION=/usr/src/app/backend/data_disclosure_zips' >> .env"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment