Skip to content

Commit e6a0928

Browse files
committed
[CHORE] deploy.sh 수정
1 parent 9055442 commit e6a0928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ echo ">>> build file name: $JAR_NAME" >> /home/ubuntu/app/deploy.log
1212

1313
echo ">>> execute new jar file" >> /home/ubuntu/app/deploy.log
1414
cd /home/ubuntu/app
15-
nohup sudo java -jar -Dspring.profiles.active=prod $BUILD_JAR > /home/ubuntu/app/application.log 2>&1 &
15+
nohup sudo java -jar $BUILD_JAR > /dev/null 2>&1 &

0 commit comments

Comments
 (0)