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] CD 스크립트 중복 제거 #979

Merged
merged 12 commits into from
Dec 13, 2024
Merged

Conversation

reddevilmidzy
Copy link
Member

연관된 이슈

구현한 기능

이전 pr에서 (#978) 실패한 스크립트 정상화시켰습니다.

상세 설명

실패했던 이유는 runs-on의 이름이 우리가 만들었던 깃헙 액션 이름으로 되어 있지 않아 발생했던 오류였습니다.
그래서 runs-on에 "coduo-prod-a", "coduo-prod-b"이 올 수 있도록 변경하였고, INSTANCE_NAME는 "coduo-prod-a", "coduo-prod-b" 가 아닌 우리가 설정했던 값(깃헙 시크릿에 저장되어 있는)을 각 서버마다 다르게 바라볼 수 있도록 스크립트를 작성했습니다.

@reddevilmidzy reddevilmidzy self-assigned this Dec 12, 2024
Copy link

netlify bot commented Dec 12, 2024

Deploy Preview for coduo-prod canceled.

Name Link
🔨 Latest commit 2d5c5d1
🔍 Latest deploy log https://app.netlify.com/sites/coduo-prod/deploys/675a9be7f2cb66000820261c

@reddevilmidzy reddevilmidzy merged commit 8621c4f into production Dec 13, 2024
8 checks passed
@reddevilmidzy reddevilmidzy deleted the BE/feature/#977 branch December 13, 2024 11:00
@reddevilmidzy reddevilmidzy restored the BE/feature/#977 branch December 23, 2024 08:06
@reddevilmidzy reddevilmidzy deleted the BE/feature/#977 branch December 23, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] CD 스크립트 중복 제거
3 participants