From 2f9047ae9b22244081adaef91eb1a90e64ff8d83 Mon Sep 17 00:00:00 2001 From: JongKyeong Kim Date: Mon, 8 Jan 2024 12:11:23 +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 --- appspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appspec.yml b/appspec.yml index 8076822..4070c23 100644 --- a/appspec.yml +++ b/appspec.yml @@ -3,11 +3,11 @@ os: linux files: - source: / - destination: /home/ubuntu/GLOGG + destination: /home/ubuntu/GGLOGG overwrite: yes file_exists_behavior: OVERWRITE permissions: - - object: /home/ubuntu/GLOGG/ + - object: /home/ubuntu/GGLOGG/ owner: ubuntu group: ubuntu hooks: