Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkapuq authored Nov 20, 2023
1 parent 8db4bf4 commit c65ae01
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 17
- name: Change to project directory
run: cd ./backend/orury/
shell: bash

- name: Gradle Wrapper
run: ./gradlew wrapper
shell: bash

- name: Build with Gradle
run: |
chmod +x ./backend/orury/gradlew
./backend/orury/gradlew build
run: ./gradlew build
shell: bash

- name: Make zip file
Expand Down

0 comments on commit c65ae01

Please sign in to comment.