From 9caf89793a3a8cbc743a49d9cc11ea1ecd03466c Mon Sep 17 00:00:00 2001 From: mjttong Date: Thu, 15 Aug 2024 00:53:35 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20appspec.yml=20=EA=B6=8C=ED=95=9C=20?= =?UTF-8?q?=EB=B6=80=EC=97=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index bde024e..4bd46b7 100644 --- a/appspec.yml +++ b/appspec.yml @@ -16,4 +16,4 @@ hooks: AfterInstall: - location: scripts/deploy.sh timeout: 60 - runas: ubuntu \ No newline at end of file + runas: root \ No newline at end of file