Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsc2217 authored Nov 9, 2024
1 parent fa5691b commit 170d058
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
host: ${{ secrets.EC2_HOST }}
username: ubuntu
key: ${{ secrets.EC2_SSH_KEY }} # SSH ํ‚ค
key: ${{ secrets.EC2_SSH_KEY }}
port: 22
script: |
# 1. ๊ธฐ์กด ์‹คํ–‰ ์ค‘์ธ ํ”„๋กœ์„ธ์Šค๋ฅผ ์ข…๋ฃŒ
Expand All @@ -61,7 +61,7 @@ jobs:
cd /home/ubuntu/CLAT-SERVER
git pull origin develop --recurse-submodules

# 3. ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ์‹คํ–‰ (๋ฐฑ๊ทธ๋ผ์šด๋“œ์—์„œ)
# 3. ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ์‹คํ–‰ (๋ฐฑ๊ทธ๋ผ์šด๋“œ์—์„œ, ๋กœ๊ทธ ์ถœ๋ ฅ ํŒŒ์ผ์„ ๋ช…์‹œ์ ์œผ๋กœ ์ง€์ •)
nohup java -jar /home/ubuntu/CLAT-SERVER/build/libs/clat-0.0.1-SNAPSHOT.jar > /home/ubuntu/clat.log 2>&1 &

# 4. ํ”„๋กœ์„ธ์Šค๊ฐ€ ์ œ๋Œ€๋กœ ์‹คํ–‰ ์ค‘์ธ์ง€ ํ™•์ธ
Expand All @@ -78,4 +78,5 @@ jobs:





0 comments on commit 170d058

Please sign in to comment.