-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FE] github actions 으로 cd 를 구축한다. #1016
Conversation
echo "API_URL=${{ secrets.API_URL }}" | ||
echo "REDIRECT_URI=${{ secrets.REDIRECT_URI }}" | ||
echo "CLIENT_ID=${{ secrets.CLIENT_ID }}" | ||
echo "GA_ID=${{ secrets.GA_ID }}" |
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.
GA 가 살아있나요 지금?
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.
필요없는 것 같아서 해당 코드를 다 지웠습니다! env 에서 제외시켜도 될 것 같아요
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.
네넹~ 굳
@@ -27,7 +27,7 @@ const S = { | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
height: 100vh; /* 전체 화면 높이에 맞춰 정렬 */ | |||
height: 100vh; |
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.
수고하셨습니다. 리뷰남겼습니다
- name: Install Dependencies | ||
working-directory: ./frontend | ||
run: npm install | ||
|
||
- name: Build for Dev | ||
working-directory: ./frontend | ||
run: npm run build:dev-fe | ||
|
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.
프로젝트나 기존 yml 파일들도 모두 yarn인 만큼 npm말고 yarn으로 통일하는 게 좋을거같습니다!
CI 시간단축에도 도움이 되고요
yarn을 쓰려면 node버전이 16.10이상이어야해서 node-version: 18.x을 해두시면 될 거 같네요.
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.
와 이부분은 빠트렸네요!! 역시 제이드입니다 👍👍
❗ Issue
✨ 구현한 기능
github actions 을 통한 cd 구축
github actiosn의 env 관리
불필요한 env 제거
📢 논의하고 싶은 내용
🎸 기타