From 1f64152ddb0ffb73d16895c6d97ed446f7d0c5e3 Mon Sep 17 00:00:00 2001 From: Femi Ibiwoye Date: Thu, 7 Jan 2021 16:26:31 +0100 Subject: [PATCH] update --- appspec.yml | 8 ++++---- scripts/{install_dependencies => install_dependencies.sh} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename scripts/{install_dependencies => install_dependencies.sh} (100%) diff --git a/appspec.yml b/appspec.yml index e5f7641..68cecec 100644 --- a/appspec.yml +++ b/appspec.yml @@ -5,12 +5,12 @@ files: destination: /var/www/html/ hooks: BeforeInstall: - - location: scripts/install_dependencies - timeout: 300 - runas: root - - location: scripts/start_server + - location: scripts/install_dependencies.sh timeout: 300 runas: root + # - location: scripts/start_server + # timeout: 300 + # runas: root # ApplicationStop: # - location: scripts/stop_server # timeout: 300 diff --git a/scripts/install_dependencies b/scripts/install_dependencies.sh similarity index 100% rename from scripts/install_dependencies rename to scripts/install_dependencies.sh