aboutsummaryrefslogtreecommitdiff
path: root/appspec.yml
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-08 10:31:32 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2023-10-08 10:31:32 -0600
commit10db862ee3b13730b7aa403d6d3fe271764256c3 (patch)
treec95282f50de4ea621934c2a0b9aadc4b8ed267b2 /appspec.yml
parent61ecbd8942ab32c46616b38df456325972535b1f (diff)
trying to add CD
Diffstat (limited to 'appspec.yml')
-rw-r--r--appspec.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/appspec.yml b/appspec.yml
index a239ceb..9ad1dee 100644
--- a/appspec.yml
+++ b/appspec.yml
@@ -8,9 +8,6 @@ hooks:
- location: scripts/install_dependencies.sh
timeout: 300
runas: root
- - location: scripts/start_server
- timeout: 300
- runas: root
ApplicationStop:
- location: scripts/stop_server
timeout: 300