Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHwan2 committed Nov 23, 2024
2 parents de0fbf4 + e1c8628 commit 7878bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
steps:
# 1. 기존의 컨테이너를 중지시킵니다
- name: Stop backend service
run: sudo docker-compose -f docker-compose.prod.yml stop backend
run: sudo docker stop Ivory-Backend

# 2. backend 서비스 컨테이너 제거
- name: Remove backend container
run: sudo docker-compose -f docker-compose.prod.yml rm -f backend
run: sudo docker rm Ivory-Backend

# 3. backend 이미지 제거
- name: Remove backend image
Expand Down
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
services:
backend:
container_name: Ivory-Backend
image: sandwich5011/ivory-backend
ports:
- "8080:8080"
Expand Down

0 comments on commit 7878bba

Please sign in to comment.