Skip to content

Commit 3584494

Browse files
authored
Dev > Main 브랜치 병합
1. CD 설정을 수정하였습니다. 서버 테스트를 위해 Main 브랜치로 병합합니다.
2 parents 0a85077 + 8f50536 commit 3584494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
chmod +x ./gradlew
3131
./gradlew build
3232
33-
docker compose down || true
34-
docker compose up -d --build
33+
docker-compose down || true
34+
docker-compose up -d --build

0 commit comments

Comments
 (0)