From 913fb84ba6a10bcab8a0969f005ee5589d2c5707 Mon Sep 17 00:00:00 2001 From: wnsrl Date: Wed, 29 May 2024 20:28:05 +0900 Subject: [PATCH] test : git action test5 --- appspec.yml | 2 +- scripts/start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appspec.yml b/appspec.yml index 8006327..12eed43 100644 --- a/appspec.yml +++ b/appspec.yml @@ -3,7 +3,7 @@ os: linux files: - source: / - destination: /home/ubuntu/app + destination: /home/ubuntu/memetitle overwrite: yes permissions: diff --git a/scripts/start.sh b/scripts/start.sh index 5db23c6..bc8c367 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -PROJECT_ROOT="/home/ubuntu/app" +PROJECT_ROOT="/home/ubuntu/memetitle" JAR_FILE="$PROJECT_ROOT/memetitle.jar" DEPLOY_LOG="$PROJECT_ROOT/deploy.log"