From 937cc39d945f242703a5c0318d7ea0467707c216 Mon Sep 17 00:00:00 2001 From: seungyeonnnnnni Date: Wed, 6 Sep 2023 17:28:42 +0900 Subject: [PATCH] fix : appspec.yml change runas --- appspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appspec.yml b/appspec.yml index 3a8b1bb..69ea2c0 100644 --- a/appspec.yml +++ b/appspec.yml @@ -16,8 +16,8 @@ hooks: AfterInstall: - location: scripts/stop.sh timeout: 60 - runas: ubuntu + runas: root ApplicationStart: - location: scripts/start.sh timeout: 60 - runas: ubuntu + runas: root