From 07623323cbe4868e8e6bf4af0704fe5255e97824 Mon Sep 17 00:00:00 2001 From: jinia91 Date: Fri, 8 Apr 2022 23:58:13 +0900 Subject: [PATCH] cd --- appspec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appspec.yml b/appspec.yml index 560bf40..05facc6 100644 --- a/appspec.yml +++ b/appspec.yml @@ -13,17 +13,17 @@ permissions: hooks: AfterInstall: - - location: stop.sh + - location: scripts/stop.sh timeout: 600 runas: root ApplicationStart: - - location: start.sh + - location: scripts/start.sh timeout: 600 runas: root ValidateService: - - location: health.sh + - location: scripts/health.sh timeout: 600 runas: root