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] 빌드 파일 생성하여 S3에 업로드 하는 CI/CD flow 구현 #9

Merged
merged 6 commits into from
Mar 30, 2022

Conversation

hyejungg
Copy link
Member

What is this PR? 🔍

API 서버와 동작방식은 동일합니다.

그러나 하나의 EC2에 다른 서버 2개를 띄우는 것이기 때문에 PORT 번호를 달리하여 빌드하도록 되어 있습니다.

API server -> 3000
Push server -> 3001

Key Changes 🔑

  1. app.js에서 pm2로 실행할 때 reload 시 무중단 되도록 (순차적으로 ready/wait하며) 죵료/실행 되도록 코드 추가
  2. CICD를 위한 ymal 파일 추가

To Reviewers 📢

  • s3에 업로드 되는지 확인이 필요한 상황입니다!

@youngjinc
Copy link
Member

s3에 업로드 되는지 확인이 필요한 상황입니다!
제가 어떻게 하면 확인할 수 있을까요?

@hyejungg
Copy link
Member Author

s3에 업로드 되는지 확인이 필요한 상황입니다!
제가 어떻게 하면 확인할 수 있을까요?

git action이 정상적으로 수행된 후 제가 확인하면 됩니다! CI 실패 원인도 찾고 있습니다!

@hyejungg hyejungg force-pushed the dev-feat-pipeline branch from 6c4e730 to 9c16601 Compare March 29, 2022 09:09
@hyejungg
Copy link
Member Author

hyejungg commented Mar 29, 2022

최..종..입니다.... 프로커밋러..
(+) s3에 올라가는 것도 확인하였습니다.
스크린샷 2022-03-29 오후 6 18 57

@hyejungg hyejungg merged commit da94fea into dev Mar 30, 2022
@hyejungg hyejungg deleted the dev-feat-pipeline branch March 31, 2022 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새 기능 추가
Projects
None yet
2 participants