Skip to content

Commit 00bb10d

Browse files
authored
Dev > Main 브랜치 병합
1. 서버 배포 Test
2 parents d3dccad + ae52286 commit 00bb10d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/backend-cd.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
git pull origin main
3030
chmod +x ./gradlew
3131
./gradlew build
32-
33-
docker compose down --remove-orphans || true
32+
33+
docker rm -f devpals-container || true
34+
docker rm -f redis || true
35+
36+
docker compose down || true
3437
docker compose up -d --build

0 commit comments

Comments
 (0)