-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
There was a problem hiding this 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 ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
사소한 의견) 이것만 해도 잘 작동 합니다~
runs-on: [ dev, X64, Linux ] | |
runs-on: dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 self-hosted-runner 가 꺼져 있어요 ㅠ_ㅠ Add new self-hosted runner에서 마지막에 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~!
Issue Number
#416
As-Is
우테코 수료에 따라 만료되는 기존 AWS 계정.
새로운 AWS 계정을 생성하여 새 Dev 환경 구축
To-Be
Check List
Test Screenshot
(Optional) Additional Description