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

Update .gitlab-ci.yml file

parent dcd15ac6
No related branches found
No related tags found
No related merge requests found
Pipeline #912188 canceled
......@@ -63,6 +63,8 @@ deploy_rights-engine:
- exec_ssh "cd $BASE_DIR/rights-engine; echo 'JWT_PUBLIC_KEY_PATH=backend/id_rsa.pub' >> .env"
- exec_ssh "cd $BASE_DIR/rights-engine; echo 'JWT_PRIVATE_KEY_PATH=backend/id_rsa' >> .env"
- exec_ssh "cd $BASE_DIR/rights-engine; echo 'IDP_SERVER=https://login-test.rz.rwth-aachen.de/' >> .env"
# TODO remove in future
- exec_ssh "cd $BASE_DIR/rights-engine; echo 'THIRD_PARTY_ACCESS_TOKEN=abcdef' >> .env"
# Image Pull & Docker Restart
- exec_ssh "cd $BASE_DIR/rights-engine; docker compose pull && docker compose down && docker compose up -d && sleep 30"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment