Skip to content

Commit

Permalink
fix: 스크립트에 gradlew 실행 권한 부여 명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghyeonpark committed Jan 24, 2025
1 parent 8090e2b commit 9a01139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
echo "${{ secrets.APPLICATION_CONFIG_SEOUL }}" > ./src/main/resources/seoul-config.yml
echo "${{ secrets.APPLICATION_CONFIG_TMAP }}" > ./src/main/resources/t-config.yml
- name: gradlew 실행 권한 부여
run: chmod +x gradlew

- name: 테스트 및 빌드
run: ./gradlew clean build

Expand Down

0 comments on commit 9a01139

Please sign in to comment.