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 12a6eb6 commit 4c4b573
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ jobs:

- name: Create application-secret.yml
run: |
echo "${{ secrets.SECRET }}" > src/main/resources/application-secret.yml
echo "${{ secrets.SECRET }}" > ./src/main/resources/application-secret.yml
chmod +x gradlew
./gradlew clean build -x test
# - name: gradlew 실행 권한 부여
# run: sudo chmod +x gradlew

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

- name: JAR를 EC2로 전송
env:
PRIVATE_KEY: ${{ secrets.DEV_EC2_SSH_KEY }}
Expand Down

0 comments on commit 4c4b573

Please sign in to comment.