Skip to content

Commit

Permalink
chore: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kariskan committed Aug 22, 2024
1 parent 04e0d87 commit e77278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "${{ secrets.SECRET }}" > src/main/resources/application-secret.yml

- name: gradlew 실행 권한 부여
run: chmod +x gradlew
run: sudo chmod +x gradlew

- name: JAR 빌드
run: ./gradlew clean build -x test
Expand Down

0 comments on commit e77278d

Please sign in to comment.