Skip to content

Commit 928aba5

Browse files
authored
feat: 리버스 프록시 설정
* remove: nginx 설정 파일 제거 * chore: 서브모듈 카피 스크립트 변경 * chore: nginx 설정 파일 제거 * chore: 도커 파일 주석 제거 * chore: 변경돈 서브보듈 적용 * chore: 서브모듈 변경사항 적용 * fix: nginx file 경로 재지정 * chore: 도커 파일 수정 * chore: 이전 도커 설정으로 변경 * chore: 변경된 서브모듈 적용 * ci: ci script 수정 * ci: ci script 수정 * chore: dockerfile 변경 * chore: 복사 스크립트 변경
1 parent 6698d07 commit 928aba5

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

.github/workflows/frontend-ci-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040

4141
- name: build
4242
run: npm run build
43-
43+
- name: 검사
44+
run: ls -al && ls -al ./secret && ls -al ./secret/frontend && npm run cp:security && ls -al
4445
- name: Google Auth
4546
id: auth
4647
uses: 'google-github-actions/auth@v2'

frontend/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ dist-ssr
2929

3030
.env
3131
.env.prod
32+
nginx.conf

frontend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY --from=build /app/dist /usr/share/nginx/html
1515
RUN rm /etc/nginx/conf.d/default.conf
1616

1717
# custom 설정파일을 컨테이너 내부로 복사한다.
18-
COPY nginx/nginx.conf /etc/nginx/conf.d
18+
COPY secret/frontend/nginx/nginx.conf /etc/nginx/conf.d
1919

2020
# 컨테이너의 80번 포트를 열어준다.
2121
EXPOSE 80

frontend/nginx/nginx.conf

-12
This file was deleted.

frontend/secret

0 commit comments

Comments
 (0)