From 9a2b55073dbdc3c8eec3d1a9612708e746e095b4 Mon Sep 17 00:00:00 2001 From: s4616 <87678241+s4616@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:44:21 +0900 Subject: [PATCH] Update appspec.yml --- appspec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appspec.yml b/appspec.yml index cda24926d..e5a5ad9d2 100644 --- a/appspec.yml +++ b/appspec.yml @@ -11,10 +11,10 @@ permission: group: ubuntu hooks: ApplicationStop: - - location: kill_process.sh + - location: scripts/kill_process.sh timeout: 100 runas: ubuntu ApplicationStart: - - location: run_process.sh + - location: scripts/run_process.sh timeout: 3600 - runas: ubuntu \ No newline at end of file + runas: ubuntu