Skip to content

Commit

Permalink
#1 [doc] add CI workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
SeorinY authored Jul 3, 2023
1 parent 4d4fa91 commit b337592
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
echo "${{ secrets.QDANG_CI_YAML }}" > ./application.yaml
shell: bash

## 2) 스프링 프로젝트 jar 파일 빌드
- name: Grant execute permission for gradlew
run: chmod +x ./was/gradlew

- name: Build with Gradle
run: ./was/gradlew build

run: |
cd ./was
./gradlew build
# ## 3) Docker Hub에 이미지 push 하기
# - name: Docker build
# run: |
Expand Down

0 comments on commit b337592

Please sign in to comment.