From e7378126107672ace45e2bf231caeb65b7186c5c Mon Sep 17 00:00:00 2001 From: JongKyeong Kim Date: Sun, 7 Jan 2024 22:46:57 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 9 +++------ appspec.yml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2ae90e94..2d243676 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,11 +5,7 @@ - - - - diff --git a/appspec.yml b/appspec.yml index 28ec0c67..206faaa8 100644 --- a/appspec.yml +++ b/appspec.yml @@ -12,6 +12,6 @@ permissions: group: ubuntu hooks: AfterInstall: - - location: scripts/deploy.sh + - location: /home/ubuntu/GLOG/scripts/deploy.sh timeout: 60 runas: ubuntu \ No newline at end of file