Skip to content
Snippets Groups Projects
Verified Commit 77b51371 authored by Eunhak Lee's avatar Eunhak Lee
Browse files

chore: ci/cd 완료 시 인프라에 자동 반영되도록 업데이트 지원

parent c06193e6
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ deploy: ...@@ -19,6 +19,8 @@ deploy:
- docker build --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA . - 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:$CI_COMMIT_SHA
- docker push $CI_REGISTRY_IMAGE:latest - docker push $CI_REGISTRY_IMAGE:latest
- >
apk add curl && curl -H "Host: signal-server" http://hub.enak.kr/hwinfo || true
after_script: after_script:
- docker logout $CI_REGISTRY - 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