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 e13901b commit 0ab93e5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,17 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Display environment information
run: |
echo "PATH: $PATH"
echo "SHELL: $SHELL"
which chmod
ls -l /usr/bin/chmod
- name: Grant execute permission for gradlew
run: chmod +x gradlew
run: |
ls -l
/usr/bin/chmod +x gradlew
- name: Create application-secret.yml
run: echo "${{ secrets.SECRET }}" > src/main/resources/application-secret.yml
Expand Down

0 comments on commit 0ab93e5

Please sign in to comment.