Skip to content

Commit

Permalink
무중단 배포 파이프라인 구축 (#857)
Browse files Browse the repository at this point in the history
* chore: 무중단 배포 스크립트 추가

* chore: 무중단 배포 스크립트 추가

* chore: 테스트를 위한 브랜치 추가

* chore: 테스트를 위한 브랜치 추가

* chore: 로그 경로 변경

* chore: nginx 설정 경로 변경

* chore: 고아 컨테이너 삭제

* chore: nginx reload

* chore: nginx reload

* chore: change compose name

* chore: change compose name

* chore: change health check path

* chore: change health check path

* chore: fix zdd script

* chore: fix zdd script

* chore: refactor deployment python script

* chore: update cd actions script

* chore: fix typo

* chore: 스크립트별 역할 분리
  • Loading branch information
zeus6768 authored Oct 23, 2024
1 parent f5a208e commit 1352be1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/backend_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
submodules: true
token: ${{ secrets.PRIVATE_REPO_ACCESS }}

- name: Compose 설정 복사
- name: Working directory 초기화
run: ${{ secrets.INIT_WORK_DIR }}

- name: 배포 관련 설정 복사
run: ${{ secrets.RUN_COPY_COMPOSE }}

- name: Compose 환경변수 주입
Expand Down Expand Up @@ -80,7 +83,10 @@ jobs:
submodules: true
token: ${{ secrets.PRIVATE_REPO_ACCESS }}

- name: Compose 설정 복사
- name: Working directory 초기화
run: ${{ secrets.INIT_WORK_DIR }}

- name: 배포 관련 설정 복사
run: ${{ secrets.RUN_COPY_COMPOSE }}

- name: Compose 환경변수 주입
Expand Down
2 changes: 1 addition & 1 deletion backend/submodules/private

0 comments on commit 1352be1

Please sign in to comment.