Skip to content

Commit

Permalink
Merge pull request #84 from TeamPu/fix/#70
Browse files Browse the repository at this point in the history
Gradle의 build 태스크 실행 명령어 추가
  • Loading branch information
ahyeonkong authored Dec 4, 2024
2 parents bfdaccf + fbc691e commit 563482b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ jobs:
steps:
- uses: actions/checkout@v3 # repo에 있는 파일들 self-host 머신에 복제
- name: Set up JDK 17 # jdk 셋업 17로 해야되나??
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
check-latest: true

- name: Setup Gradle # gradle 셋업
- name: Setup Build with Gradle # gradle 셋업
uses: gradle/gradle-build-action@v2
with:
gradle-version: current
arguments: build # Gradle의 'build' 태스크를 실행

- name: DB secret capture
run: |
Expand Down

0 comments on commit 563482b

Please sign in to comment.