Skip to content

Commit

Permalink
zero-downtime-deploy.sh 경로 변경 (#634)
Browse files Browse the repository at this point in the history
* 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 경로 변경
  • Loading branch information
cookienc authored Oct 10, 2023
1 parent 5809f4a commit d73a4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-be-ci-cd-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
- name: Docker Compose
run: |
./zero-downtime-deploy.sh
/home/ubuntu/zero-downtime-deploy.sh
sudo docker image prune -af

0 comments on commit d73a4c1

Please sign in to comment.