Skip to content

Commit f934101

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

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dev_deploy.yml

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

2928
# 4) Gradle 빌드
3029
- name: Build with Gradle
3130
run: ./gradlew clean build
32-
working-directory: backend
3331

3432
# 4) Docker Hub 로그인
3533
- name: Login to Docker Hub

0 commit comments

Comments
 (0)