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

Setting: CD 파이프라인을 구축한다. #153

Merged
merged 3 commits into from
Aug 29, 2024
Merged

Conversation

seminchoi
Copy link
Contributor

⛏ 작업 사항

티켓팅, 대기열 서버에 각각 자동으로 배포할 수 있는 CD 파이프라인을 구축합니다.

📝 작업 요약

  • CD 스크립트 작성
  • ALB 환경 설정

💡 관련 이슈

echo "Stopping existing application with PID $PID"
kill -9 $PID
fi
nohup java -jar /home/ubuntu/deploy/*.jar &
Copy link
Collaborator

Choose a reason for hiding this comment

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

개행 추가해주세요!

@hseong3243 hseong3243 added the ⚙ Setting 개발 환경 세팅 label Aug 28, 2024
Copy link
Contributor

@mirageoasis mirageoasis left a comment

Choose a reason for hiding this comment

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

저희 대기열과 티켓팅 서버 안 나누기로 한거 아니였나요?

@hseong3243
Copy link
Collaborator

저희 대기열과 티켓팅 서버 안 나누기로 한거 아니였나요?

서버는 나누지 않고 스케일 아웃 후 ALB를 이용하여 한쪽 서버로 대기열 API를 쏘게 만듭니다.

@seminchoi seminchoi merged commit 64c10ca into main Aug 29, 2024
2 checks passed
@seminchoi seminchoi deleted the setting/deploy branch August 29, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙ Setting 개발 환경 세팅
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants