Skip to content

Commit

Permalink
#3 docs: deploy.yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chaerlo127 committed Jul 14, 2023
1 parent 27a4eae commit f984880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

REPOSITORY=/home/ubuntu/psr
cd $REPOSITORY

Expand All @@ -17,4 +19,4 @@ else
fi

echo "> Deploy - $JAR_PATH "
nohup java -jar $JAR_PATH > /dev/null 2> /dev/null < /dev/null &
nohup java -jar $JAR_PATH

0 comments on commit f984880

Please sign in to comment.