Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] 환경 분리 #206

Open
jamie9504 opened this issue Aug 17, 2020 · 1 comment
Open

[REFACTOR] 환경 분리 #206

jamie9504 opened this issue Aug 17, 2020 · 1 comment
Labels
infra infra 설정 major 우선순위가 보통인 이슈 refactor 리펙토링

Comments

@jamie9504
Copy link
Collaborator

jamie9504 commented Aug 17, 2020

Subject
Product / Develop 환경 분리

Detail

  1. Product : 실제 서비스를 하는 환경, MASTER 머지 후 (또는 머지 후 스크립트 실행시) 반영
  2. Develop : 실제 서비스 환경과 동일한 개발 환경, DEVELOP 머지 후 바로 반영

분리 이유

  • Product 환경과 동일하게 셋팅된 Develop 환경에 선 배포 후 테스트 한 다음, Master에 실질적 반영 필요 (예상치못한 동작 등 방지)

분리 방법

  • application.properties를 prod / dev / local로 나눈 후 local만 git에 포함
    • prod : Product 환경설정 / Travis에서 직접 관리
    • dev : Develop 환경설정 / Travis에서 직접 관리
    • local : Local(개인 개발) 환경설정
@jamie9504 jamie9504 added feature 새로운 feature 요청 major 우선순위가 보통인 이슈 7주차 7주차 Issue infra infra 설정 labels Aug 17, 2020
@jamie9504 jamie9504 added this to the 4차 데모 milestone Aug 17, 2020
@jamie9504
Copy link
Collaborator Author

DB-dev

  • Database : capzzang_dev
  • User : ittabi-dev

@jamie9504 jamie9504 added 8주차 8주차 Issue and removed 7주차 7주차 Issue labels Aug 21, 2020
@jamie9504 jamie9504 added 9주차 이후 and removed 8주차 8주차 Issue labels Aug 27, 2020
@jamie9504 jamie9504 removed this from the 4차 데모 milestone Aug 27, 2020
@jamie9504 jamie9504 added 12주차 12주차 Issue refactor 리펙토링 and removed feature 새로운 feature 요청 labels Sep 29, 2020
@jamie9504 jamie9504 added this to the 6차 데모 milestone Sep 29, 2020
@jamie9504 jamie9504 changed the title [FEAT] 환경 분리 [REFACTOR] 환경 분리 Sep 29, 2020
@jamie9504 jamie9504 removed the 12주차 12주차 Issue label Sep 29, 2020
@jamie9504 jamie9504 removed this from the 6차 데모 milestone Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra infra 설정 major 우선순위가 보통인 이슈 refactor 리펙토링
Projects
None yet
Development

No branches or pull requests

1 participant