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

[BE] infra: cd 스크립트 dev와 prod 분리 #352

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

Kimprodp
Copy link
Contributor


🚀 어떤 기능을 구현했나요 ?

  • 운영 서버와 개발 서버 배포 분리를 위해 CD 스크립트를 수정했습니다.

🔥 어떻게 해결했나요 ?

  • 개발 서버와 운영 서버에 각각 github runner를 설치하고, CD 스크립트를 분리하였습니다.
  • main 브랜치 pr > pord 서버 배포
  • develop 브랜치 pr > dev 서버 배포

📝 어떤 부분에 집중해서 리뷰해야 할까요?

  • 잘 돌아갈까용?

📚 참고 자료, 할 말

Copy link
Contributor

@donghoony donghoony left a comment

Choose a reason for hiding this comment

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

이거 머지하고 릴리즈할 때 main에 넣어주면 되겠네요 👍🏻

Copy link
Contributor

@nayonsoso nayonsoso left a comment

Choose a reason for hiding this comment

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

수고 많았습니다!!!!!!!!!

Copy link
Contributor

@skylar1220 skylar1220 left a comment

Choose a reason for hiding this comment

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

두근

@Kimprodp Kimprodp merged commit 548b31f into develop Aug 16, 2024
3 checks passed
@donghoony donghoony deleted the be/infra/350-cd-production branch September 26, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BE] CD 스크립트에 운영 서버를 적용한다.
4 participants