Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseohyun1228 authored Nov 7, 2024
1 parent 5718dbc commit 960df84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '21' # JDK 버전
distribution: 'temurin' # 또는 'zulu'와 같은 다른 배포도 가능

- name: Build with Gradle
run: |
Expand All @@ -41,4 +42,4 @@ jobs:

- name: Check log file
run: |
ssh -i "kwy-root.pem" ubuntu@ec2-52-79-80-3.ap
ssh -i "kwy-root.pem" ubuntu@ec2-52-79-80-3.ap-northeast-2.compute.amazonaws.com "tail -f ~/Team11_BE/log.txt" # 로그 파일 확인

0 comments on commit 960df84

Please sign in to comment.