Skip to content
Snippets Groups Projects
Commit 253d209a authored by Daniel Speicher's avatar Daniel Speicher
Browse files

Change port from 4000 to 4100

parent c31c0e52
Branches
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ XRM Check New Users:
before_script: !reference [.prepareaccess, before_script]
script:
- cd /data/${CI_COMMIT_REF_NAME}
- dc exec app curl --fail -X POST http://localhost:4000/api/import/newusers >/dev/null 2>&1
- dc exec app curl --fail -X POST http://localhost:4100/api/import/newusers >/dev/null 2>&1
XRM Sync:
stage: build
......@@ -197,7 +197,7 @@ XRM Sync:
before_script: !reference [.prepareaccess, before_script]
script:
- cd /data/${CI_COMMIT_REF_NAME}
- dc exec app curl --fail -X POST http://localhost:4000/api/import/sync >/dev/null 2>&1
- dc exec app curl --fail -X POST http://localhost:4100/api/import/sync >/dev/null 2>&1
Push Changes:
stage: postprocess
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment