From 9c872282dc0159b16d20b5d939503242eabd6155 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Fri, 17 May 2024 13:59:46 +0100 Subject: [PATCH] Update appspec.yml --- appspec.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appspec.yml b/appspec.yml index e7d440f..d907570 100644 --- a/appspec.yml +++ b/appspec.yml @@ -8,7 +8,4 @@ hooks: - location: scripts/BeforeInstall.sh AfterInstall: - location: scripts/AfterInstall.sh - runas: ubuntu - ApplicationStart: - location: scripts/ApplicationStart.sh - runas: ubuntu