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 29ac662 commit eb26414
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,15 @@ jobs:
# touch ./src/main/resources/application-secret.yml
# 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
# shell: bash

- name: grant execute permission
run: chmod +x gradlew

- name: Debug information
run: |
pwd
ls -la
echo $PATH
which chmod
shell: bash

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

- name: Create SSH key file
env:
Expand Down

0 comments on commit eb26414

Please sign in to comment.