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

[FEAT] 새로운 AWS 계정에서 Dev 환경 CI/CD 구축 #419

Merged
merged 4 commits into from
Nov 28, 2024
Merged

Conversation

PgmJun
Copy link
Member

@PgmJun PgmJun commented Nov 28, 2024

Issue Number

#416

As-Is

우테코 수료에 따라 만료되는 기존 AWS 계정.
새로운 AWS 계정을 생성하여 새 Dev 환경 구축

To-Be

Check List

  • 테스트가 전부 통과되었나요?
  • 모든 commit이 push 되었나요?
  • merge할 branch를 확인했나요?
  • Assignee를 지정했나요?
  • Label을 지정했나요?

Test Screenshot

image

(Optional) Additional Description

@PgmJun PgmJun added 🗺 infra 인프라 관련 🍃 BE back end labels Nov 28, 2024
@PgmJun PgmJun self-assigned this Nov 28, 2024
@PgmJun PgmJun changed the title [FEAT] 새로운 AWS 계정에서 Prod 환경 CI/CD 구축 [FEAT] 새로운 AWS 계정에서 Dev 환경 CI/CD 구축 Nov 28, 2024
Copy link
Contributor

@leegwichan leegwichan left a comment

Choose a reason for hiding this comment

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

LGTM~!

@@ -46,7 +46,7 @@ jobs:
deploy:
needs: build
timeout-minutes: 2
runs-on: [ self-hosted, linux, ARM64, dev ]
runs-on: [ dev, X64, Linux ]
Copy link
Contributor

Choose a reason for hiding this comment

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

사소한 의견) 이것만 해도 잘 작동 합니다~

Suggested change
runs-on: [ dev, X64, Linux ]
runs-on: dev

Copy link
Member Author

Choose a reason for hiding this comment

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

image

dev가 2개 있어서 환경 구분하려고 일부로 레이블 설정을 전부 해두었습니다~
이런 문제가 앞으로도 있을 것 같은데 동일하게 prod에서도 레이블을 상세 구분하면 어떨까요?

@leegwichan
Copy link
Contributor

leegwichan commented Nov 28, 2024

현재 self-hosted-runner 가 꺼져 있어요 ㅠ_ㅠ
image

Add new self-hosted runner에서 마지막에 actions-runner/run.sh를 실행하는 명령어가 있는데,
./run.sh가 아니라 nohup ./run.sh &로 실행해야 계속 작동합니다~

@PgmJun
Copy link
Member Author

PgmJun commented Nov 28, 2024

현재 self-hosted-runner 가 꺼져 있어요 ㅠ_ㅠ !

스크린샷 2024-11-28 15 18 18
인지하고 있는 내용이고 해당 명령으로 실행시켰습니다 ㅠ
저도 당황..

image
nohup.out 보니 에러코드 137 : 메모리 부족으로 종료되었다고 하는데 확인해볼게요~
swap memory도 설정했는데..

추가

메모리 너무 여유있어서 우선은 그냥 재실행시켰는데, 조만간 다시 확인해보죠~

@PgmJun PgmJun added the 🔥 Emergency 긴급 처리(2명 리뷰 머지 PR) label Nov 28, 2024
Copy link
Member

@GIVEN53 GIVEN53 left a comment

Choose a reason for hiding this comment

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

LGTM~!

@PgmJun PgmJun merged commit 37b7eef into develop Nov 28, 2024
3 checks passed
@GIVEN53 GIVEN53 deleted the feat/#416 branch December 10, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍃 BE back end 🔥 Emergency 긴급 처리(2명 리뷰 머지 PR) 🗺 infra 인프라 관련
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants