[feat] 빌드 파일 생성하여 S3에 업로드 하는 CI/CD flow 구현 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR? 🔍
API 서버와 동작방식은 동일합니다.
그러나 하나의 EC2에 다른 서버 2개를 띄우는 것이기 때문에 PORT 번호를 달리하여 빌드하도록 되어 있습니다.
Key Changes 🔑
app.js
에서 pm2로 실행할 때 reload 시 무중단 되도록 (순차적으로 ready/wait하며) 죵료/실행 되도록 코드 추가To Reviewers 📢