Skip to content

Commit

Permalink
[#80] chore: gradlew 권한 부여 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 23, 2024
1 parent 35063df commit 782834c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,16 @@ jobs:
done
sleep 10
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Build with Gradle (prod profile)
run: ./gradlew clean build -Dspring.profiles.active=prod -Duser.language=ko -Duser.country=KR

- name: Tear down Docker Compose
if: always()
run: docker-compose down

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
shell: bash

- name: Make Zip file
run: zip -r $GITHUB_SHA.zip build/libs/*.jar appspec.yml scripts/deploy.sh
shell: bash
Expand Down

0 comments on commit 782834c

Please sign in to comment.