Skip to content

Commit

Permalink
docs: ci/cd yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonjaez committed Sep 18, 2024
1 parent 681fff4 commit b39abf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: 테스트 및 빌드하기 (develop 브랜치)
if: github.ref == 'refs/heads/develop'
run: ./gradlew clean bootJar -PspringProfile=dev --warning-mode all --scan
run: ./gradlew clean build -PspringProfile=dev --warning-mode all --scan

- name: 빌드된 파일 이름 변경
run: mv ./build/libs/*SNAPSHOT.jar ./project.jar
Expand Down

0 comments on commit b39abf9

Please sign in to comment.