Skip to content

Commit

Permalink
[7주차] CD 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sunseo18 authored Nov 30, 2023
1 parent 6bd5b60 commit d6d1ad6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
env:
working-directory: Second Seminar/SecondSeminar

steps:
- uses: actions/checkout@v3
steps:
- name: 체크아웃
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
key: ${{ secrets.RELEASE_SERVER_KEY }}
script: |
cd ~
./deploy
./deploy

0 comments on commit d6d1ad6

Please sign in to comment.