Skip to content
Snippets Groups Projects
Commit 34be008f authored by Eunhak Lee's avatar Eunhak Lee
Browse files

fix: CI 완료 후 인프라 재시작 요청 서버 변경

parent cc0f58a5
No related branches found
No related tags found
No related merge requests found
Pipeline #10661 passed
......@@ -28,7 +28,8 @@ deploy:
- docker build --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
- docker push $CI_REGISTRY_IMAGE:latest
- apk add curl && curl http://signal-server:6000/be || true
- >
apk add curl && curl -H "Host: signal-server" http://hub.enak.kr/be || true
after_script:
- docker logout $CI_REGISTRY
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment