Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-junho authored Apr 9, 2024
1 parent 2b107ab commit 042d29d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ fi
echo "> 배포 - $JAR_PATH"
chmod +x $JAR_PATH

echo ${encrypt} > /home/ubuntu/log/nohup_log.out

sudo nohup java -jar $JAR_PATH --spring.profiles.active=develop --jasypt.encryptor.password=${encrypt} > /home/ubuntu/log/nohup_log.out 2> /home/ubuntu/log/nohup_error.out &

0 comments on commit 042d29d

Please sign in to comment.