Skip to content

Commit dc3212e

Browse files
committed
refactor: 배포 스크립트 수정
1 parent f081827 commit dc3212e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ jobs:
2424
# 3) Gradle 실행 권한 부여
2525
- name: Grant execute permission for gradlew
2626
run: chmod +x ./gradlew
27+
working-directory: backend
2728

2829
# 4) Gradle 빌드
2930
- name: Build with Gradle
3031
run: ./gradlew clean build
32+
working-directory: backend
3133

3234
# 4) Docker Hub 로그인
3335
- name: Login to Docker Hub

0 commit comments

Comments
 (0)