Skip to content

Commit dc2a9ae

Browse files
authored
mod:: gradle wrapper 관련 위치 수정
1 parent 373c45e commit dc2a9ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
echo "management.endpoint.health.show-details=always" >> src/main/resources/application.properties
6161
# 5. Gradle 빌드
6262
- name: Build with Gradle
63-
run: ./gradlew build -x test
63+
run: |
64+
cd ontime-back
65+
./gradlew build -x test
6466
6567
# 6. EC2 서버로 Docker Compose 파일과 jar 파일 전송
6668
- name: Deploy to EC2

0 commit comments

Comments
 (0)