Skip to content

Commit

Permalink
Merge pull request #56 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 91725a7 + e4526f4 commit ec865cb
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 &
nohup java -jar ${JAR_DEV_ENV} "$DEPLOY_JAR" >> /home/ubuntu/deploy.log 2>/home/ubuntu/action/deploy_err.log &

0 comments on commit ec865cb

Please sign in to comment.