From 5b27dc987a7336abe33ce4035e689e059f50aa9d Mon Sep 17 00:00:00 2001 From: Mohit Sharma Date: Thu, 21 Jan 2021 15:04:37 +1100 Subject: [PATCH] Update appspec.yml --- appspec.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/appspec.yml b/appspec.yml index 7f0cdf9..8b13789 100644 --- a/appspec.yml +++ b/appspec.yml @@ -1,18 +1 @@ -version: 0.0 -os: linux -files: - - source: /index.html - destination: /var/www/html/ -hooks: - BeforeInstall: - - location: scripts/install_dependencies - timeout: 300 - runas: root - - location: scripts/start_server - timeout: 300 - runas: root - ApplicationStop: - - location: scripts/stop_server - timeout: 300 - runas: root