Skip to content

Commit

Permalink
[#80] build: deploy 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonJuuuun committed Dec 24, 2024
1 parent 698a793 commit cafec67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/itcast-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ jobs:
- name: Tear down Docker Compose
if: always()
run: docker-compose down

deploy:
needs: build
uses: ./.github/workflows/itcast-build-and-deploy.yml

0 comments on commit cafec67

Please sign in to comment.