Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 이태윤 <tyleeg0901@gmail.com>
  • Loading branch information
mataeLee authored Oct 10, 2024
1 parent 5340973 commit 1ae7b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
ssh ${{ env.AWS_EC2_USERNAME }}@${{ env.AWS_EC2_DNS }} << EOF
cd /home/ubuntu/catchweak
./gradlew build
nohup java -jar build/libs/catchweak.jar &
nohup java -jar /home/ubuntu/catchweak/build/libs/catchweak.jar &
EOF
# Github action IP 보안그룹에서 제거 (배포 후)
Expand Down

0 comments on commit 1ae7b23

Please sign in to comment.