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

[Infra] 무중단 배포 자동화 환경 구축 (Docker) #21

Open
wants to merge 22 commits into
base: dev
Choose a base branch
from

Conversation

yummygyudon
Copy link
Member

@yummygyudon yummygyudon commented Nov 26, 2024

Related Issue 🚀

Work Description ✏️

  • PR 시, 빌드 통관 여부 확인 자동화 환경을 구축했습니다.
  • 배포 자동화 환경을 구축했습니다.
  • 무중단 배포 환경을 구축했습니다. (노션 팀워크스페이스를 통해 원리와 흐름을 참고해주세요!)

🚨 (주의) Operation 프로젝트까지 반영한 후, 진행해야 합니다.
🚨 (주의) �클라이언트와 논의하여 기존 방식으로 구동 중인 어플리케이션들을 종료하고 진행하기 때문에 잠깐의 셧다운이 필요합니다.


PR Point 📸

to-do

  • Github Secrets 반영 필요
  • Spring Actuator - 모니터링 서버 스펙 반영 필요

※ 설정 파일 관리

  • 기록 및 공유 : Notion
  • 실파일 관리 : S3

@yummygyudon yummygyudon added the ⚒️ infra docker, nginx와 관련되어 CD 로직을 수정하는 경우(단, 단순 CI/CD 로직 수정은 제외한다) label Nov 26, 2024
@yummygyudon yummygyudon self-assigned this Nov 26, 2024
@yummygyudon yummygyudon linked an issue Nov 26, 2024 that may be closed by this pull request
14 tasks
Copy link

height bot commented Nov 26, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

appspec.yml Outdated
Comment on lines 1 to 26
version: 0.0
os: linux

files:
- source: /
destination: /home/ubuntu
file_exists_behavior: OVERWRITE

permissions:
- object: /home/ubuntu
pattern: '**'
owner: ubuntu
group: ubuntu

hooks:
AfterInstall:
- location: script/auth/deploy.sh
timeout: 120
runas: root
- location: script/auth/switch.sh
timeout: 120
runas: root
ValidateService:
- location: script/auth/valid.sh
timeout: 60
runas: root
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 파일은 무엇을 위한 파일인가요..?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Deploy를 사용하려면 작성해주어야 하는 파일입니다!
자세한 내용은 공식문서를!

- pem 키등 외부 S3에 관리되고 있는 자원이 필요하여 테스트 실행 없이 빌드되도록 변경했습니다.
- 추후 Test 환경 변수 주입으로 별도 테스트 통과 STEP 생성을 고려해도 좋을 것 같습니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚒️ infra docker, nginx와 관련되어 CD 로직을 수정하는 경우(단, 단순 CI/CD 로직 수정은 제외한다) size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[INFRA] Docker 기반 자동 배포 환경 구축
2 participants