From d73a4c1d12b455616cb3d25aef2adb5e74f37c0a Mon Sep 17 00:00:00 2001 From: Ethan Date: Tue, 10 Oct 2023 16:27:15 +0900 Subject: [PATCH] =?UTF-8?q?zero-downtime-deploy.sh=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20(#634)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 로그아웃 API 구현 * refactor: refreshtoken delete api 이름 변경 * refactor: dev에 localhost:3000 cors 추가 * refactor: 리뷰반영 deleteMapping -> patchMapping으로 변경 * test: doPring 제거 * test: 인스턴스 변수 띄어쓰기 추가 * test: repositoryTestConfig에 persistMember 추가 및 리팩토링 * test: given when then 에서 컨벤션 일관화 * refactor: zero-downtime-deploy 경로 변경 --- .github/workflows/dev-be-ci-cd-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-be-ci-cd-push.yml b/.github/workflows/dev-be-ci-cd-push.yml index 5f3ee1b01..62a461ff1 100644 --- a/.github/workflows/dev-be-ci-cd-push.yml +++ b/.github/workflows/dev-be-ci-cd-push.yml @@ -58,5 +58,5 @@ jobs: - name: Docker Compose run: | - ./zero-downtime-deploy.sh + /home/ubuntu/zero-downtime-deploy.sh sudo docker image prune -af