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 3b2fcaf commit 29ac662
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,23 @@ jobs:
# GitHub-Actions 에서 설정한 값을 application-secret.yml 파일에 쓰기
echo "${{ secrets.SECRET }}" > ./src/main/resources/application-secret.yml
# shell: bash
- name: Debug information
run: |
pwd
ls -la
echo $PATH
which chmod
- name: grant execute permission
run: chmod +x gradlew

- name: Debug information
run: |
pwd
ls -la
echo $PATH
which chmod
- name: build with gradle
run: ./gradlew clean build -x test

Expand Down

0 comments on commit 29ac662

Please sign in to comment.