We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373c45e commit dc2a9aeCopy full SHA for dc2a9ae
.github/workflows/deploy.yml
@@ -60,7 +60,9 @@ jobs:
60
echo "management.endpoint.health.show-details=always" >> src/main/resources/application.properties
61
# 5. Gradle 빌드
62
- name: Build with Gradle
63
- run: ./gradlew build -x test
+ run: |
64
+ cd ontime-back
65
+ ./gradlew build -x test
66
67
# 6. EC2 서버로 Docker Compose 파일과 jar 파일 전송
68
- name: Deploy to EC2
0 commit comments