Skip to content

Commit

Permalink
hotfix: CD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlrude committed Sep 17, 2024
1 parent 8d57327 commit cc60165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs: # Job
- name: Checkout
uses: actions/checkout@v2

- name: JDK 11을 설치
- name: JDK 11 설치
uses: actions/setup-java@v3
with:
java-version: '11'
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs: # Job
run: |
./gradlew jib
# ssh를 통해 서버 접속, 접속한 후에 실행할 스크립트 작성 (일단 백엔드)
# ssh를 통해 서버 접속, 접속한 후에 실행할 스크립트 작성
- name: Connect to server using SSH
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit cc60165

Please sign in to comment.