From 3f7c90c81831d68893028781b24eb7fb810666eb Mon Sep 17 00:00:00 2001 From: JongKyeong Kim Date: Mon, 8 Jan 2024 12:05:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 244db52..95af78b 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -REPOSITORY=/home/ubuntu/glog +REPOSITORY=/home/ubuntu/GGLOGG cd $REPOSITORY -APP_NAME=glog +APP_NAME=GGLOGG JAR_NAME=$(ls $REPOSITORY/server/build/libs/ | grep 'SNAPSHOT.jar' | tail -n 1) JAR_PATH=$REPOSITORY/server/build/libs/$JAR_NAME