From f9092cf4bfb3a76b21e45331655876fb8dca5052 Mon Sep 17 00:00:00 2001 From: CHAEYEON PARK <61193581+Yeon-chae@users.noreply.github.com> Date: Sat, 28 Dec 2024 04:30:48 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20appspec.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 들여쓰기 수정 --- appspec.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appspec.yml b/appspec.yml index 75c19c0..1fa26f7 100644 --- a/appspec.yml +++ b/appspec.yml @@ -12,8 +12,7 @@ permissions: group: ubuntu mode: 755 - hooks: - ApplicationStart: - - location: scripts/start.sh - timeout: 60 + ApplicationStart: + - location: scripts/start.sh + timeout: 60