Skip to content

Commit

Permalink
chore:수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed Jun 24, 2024
1 parent 47ad75b commit 2a26e86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
- name: Build With Gradle
run: ./gradlew build -x test

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: cicdsample
path: build/libs/*.jar

# Docker 이미지를 빌드합니다.
- name: docker image build
run: docker build -t qormoon/fiurinee_docker .
Expand Down

0 comments on commit 2a26e86

Please sign in to comment.