Skip to content

Commit

Permalink
Merge pull request #54 from ClothingStoreService/feature/CICD-modify-…
Browse files Browse the repository at this point in the history
…and-test

chore: deploy 수정
  • Loading branch information
hjj4060 authored Jun 11, 2024
2 parents f4019fa + 4a35949 commit 0e204f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ fi

DEPLOY_JAR=$DEPLOY_PATH$JAR_NAME
echo "> DEPLOY_JAR 배포" >> /home/ubuntu/action/deploy.log
sudo nohup java -jar ${JAR_DEV_ENV} "$DEPLOY_JAR" >> /home/ubuntu/deploy.log 2>/home/ubuntu/action/deploy_err.log &
sudo nohup java -jar "$DEPLOY_JAR" >> /home/ubuntu/deploy.log 2>/home/ubuntu/action/deploy_err.log &

0 comments on commit 0e204f0

Please sign in to comment.