Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Number
작업 내용
github action 스크립트 및 docker-compose 스크립트를 이용해 dev 서버와 prod 서버를 분리함.
Prod 서버:
imc-server-prod
docker compose 프로젝트:prod
이미지 태깅Dev 서버:
imc-server-dev
docker compose 프로젝트:dev
이미지 태깅-dev
접미사중요!
이제 환경변수 전달시 하나하나 전달하지 않고, 하나의 github action secret에 모두 전달함.
(as-is)
(to-be)
헤드위그 Notion: Server 환경변수 < < 해당 페이지에 환경변수 값이 있으니, 꼭 배포된 remote와 동기화될 수 있도록 변경사항이 있다면 양 쪽 모두 수정해주세요~~
더 자세한 내용은 커밋 메시지 참고
Reference
Check List