We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f081827 commit dc3212eCopy full SHA for dc3212e
1 file changed
.github/workflows/dev_deploy.yml
@@ -24,10 +24,12 @@ jobs:
24
# 3) Gradle 실행 권한 부여
25
- name: Grant execute permission for gradlew
26
run: chmod +x ./gradlew
27
+ working-directory: backend
28
29
# 4) Gradle 빌드
30
- name: Build with Gradle
31
run: ./gradlew clean build
32
33
34
# 4) Docker Hub 로그인
35
- name: Login to Docker Hub
0 commit comments