From f9848807c4eb1373d2b52e7cb854619af6096497 Mon Sep 17 00:00:00 2001 From: chaerlo127 Date: Fri, 14 Jul 2023 18:25:28 +0900 Subject: [PATCH] =?UTF-8?q?#3=20docs:=20deploy.yml=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 305d49d..07241e4 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + REPOSITORY=/home/ubuntu/psr cd $REPOSITORY @@ -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