From 672bf51c424c7ee902eea89bd0d28f147e6b08c6 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 8 Oct 2023 10:44:57 -0600 Subject: fix path --- appspec.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index 8db5566..90a7f55 100644 --- a/appspec.yml +++ b/appspec.yml @@ -10,7 +10,11 @@ hooks: - location: scripts/install_dependencies.sh timeout: 300 runas: root + ApplicationStart: + - location: scripts/start_application.sh + timeout: 300 + runas: root ApplicationStop: - - location: scripts/stop_server + - location: scripts/stop_application.sh timeout: 300 runas: root \ No newline at end of file -- cgit v1.2.3