-
Notifications
You must be signed in to change notification settings - Fork 1
chore/KD-58: AWS 개발 서버 CD를 위한 workflow 추가 #307
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
ed4b33a
chore: AWS 개발 서버 CD를 위한 worlflow 추가
JangYeongHu 33908eb
fix: docker compose에서 SSH_PRIVATE_KEY를 제거
ff6883b
refactor: 버전 업데이트
5a59393
refactor: 워크플로우 감지를 위해 이벤트 트리거에 임시적인 현재 브랜치 추가
5ccfbca
fix: environment 수정
e303d0c
fix: 체크포인트 추가
d75ec18
fix: CORS 개발 서버 IP 추가
66a545f
fix: CORS 오류 해결
ba707c1
refactor: 기존 개발 서버 관련 workflow, cors 설정 제거
cc2823c
refactor: Caddy를 사용한 리버스 프록시 구성
d200a48
refactor: on push 이벤트 임시 제거
4d86df2
refactor: 현재 브랜치 추가
1ea42eb
Merge remote-tracking branch 'origin/chore/KD-58' into chore/KD-58
23e13b0
refactor: 현재 브랜치 제거
00ed796
refactor: ocker -> docker 오타 수정
3b3defb
refactor: SecurityConfig 오타 수정
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| email kgudevelopers@gmail.com | ||
| } | ||
|
|
||
| aics-api.kgudevelopers.monster { | ||
| reverse_proxy aics-api:8080 | ||
| } | ||
|
|
||
| aics-admin.kgudevelopers.monster { | ||
| reverse_proxy aics-admin:8081 | ||
| } | ||
|
|
||
| aics-auth.kgudevelopers.monster { | ||
| reverse_proxy aics-auth:8082 | ||
| } | ||
|
|
||
| kgudevelopers.monster { | ||
| reverse_proxy aics-app:3000 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
요거는 처음 알았네요 👍