-
Notifications
You must be signed in to change notification settings - Fork 1
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
[REFACTOR] 멀티 모듈 및 SQS를 활용한 API 서버와 푸시알림 서버 분리 #92
Conversation
@@ -37,7 +49,7 @@ jobs: | |||
aws-region: ap-northeast-2 | |||
|
|||
# 3) 환경변수 파일 생성 | |||
- name: make application.properties 파일 생성 | |||
- name: make application.yml 파일 생성 |
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.
폴더링 변경 부탁드려욥
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.
엄빠 서버 대공사 대성공 🔥🔥
.github/workflows/api-CI.yml
Outdated
|
||
#################################### | ||
|
||
# FCM secret key 폴더 생성 | ||
mkdir ./firebase | ||
cd ./firebase | ||
|
||
aws s3 cp --region ap-northeast-2 s3://${{ secrets.S3_BUCKET_NAME }}/json/umbba-fcm-firebase-adminsdk.json . |
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.
요기도 umbba-api/로 해야할듯요 !!
# application.yml 파일 생성 | ||
cd ./src/main/resources |
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.
여기두 ./ -> umbba-notification/
echo "${{ secrets.UMBBA_SECRET }}" >> ./application.yml | ||
|
||
# 생성된 파일 확인 | ||
cat ./application.yml |
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.
여기도 !!
mkdir ./firebase | ||
cd ./firebase |
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.
여기도!
cd ./src/main/resources | ||
rm application.yaml | ||
|
||
# application.yml 파일 생성 | ||
touch ./application.yml | ||
|
||
# GitHub-Actions 에서 설정한 값을 application.yml 파일에 쓰기 | ||
echo "${{ secrets.UMBBA_SECRET }}" >> ./application.yml | ||
|
||
# application.yml 파일 확인 | ||
cat ./application.yml | ||
|
||
#################################### | ||
|
||
# FCM secret key 폴더 생성 | ||
mkdir ./firebase | ||
cd ./firebase |
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.
여기도 폴더링 변경 부탁드려요 ~~
📌 관련 이슈
closed #82
✨ 어떤 이유로 변경된 내용인지
🙏 검토 혹은 리뷰어에게 남기고 싶은 말