Skip to content
Snippets Groups Projects
Commit d68f2789 authored by Kwangjin Lee's avatar Kwangjin Lee
Browse files

Update .gitlab-ci.yml file

parent 951dd4f8
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ deploy-draft-students:
stage: deploy
script:
- |
curl -X POST https://mude.citg.tudelft.nl/hooks/files-sync-students-draft \
curl -X POST https://mude.citg.tudelft.nl/files-deploy-students-draft \
-H "Content-Type: application/json" \
-H "X-Gitlab-Token: glpat-Lohnt8MN6nWzpcwyhprL" \
-d '{
......@@ -30,7 +30,7 @@ deploy-teachers:
stage: deploy
script:
- |
curl -X POST https://mude.citg.tudelft.nl/hooks/files-sync-teachers \
curl -X POST https://mude.citg.tudelft.nl/hooks/files-deploy-teachers \
-H "Content-Type: application/json" \
-H "X-Gitlab-Token: glpat-Lohnt8MN6nWzpcwyhprL" \
-d '{
......@@ -50,7 +50,7 @@ deploy-production-students:
stage: deploy
script:
- |
curl -X POST https://mude.citg.tudelft.nl/hooks/files-sync-students \
curl -X POST https://mude.citg.tudelft.nl/hooks/files-deploy-students \
-H "Content-Type: application/json" \
-H "X-Gitlab-Token: glpat-Lohnt8MN6nWzpcwyhprL" \
-d '{
......
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