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 75fcea8 commit 5d660f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
# GitHub-Actions 에서 설정한 값을 application-secret.yml 파일에 쓰기
echo "${{ secrets.SECRET }}" > ./src/main/resources/application-secret.yml
shell: bash
- name: Build with Gradle
run: |
# chmod +x gradlew
# Run Gradle build
./gradlew build -x test
- name: grant execute permission
run: chmod +x gradlew

- name: build with gradle
run: ./gradlew clean build -x test

- name: Create SSH key file
env:
Expand Down

0 comments on commit 5d660f6

Please sign in to comment.