From 98469400c7b2ec45ba9e18f31ce4208c6d17eb92 Mon Sep 17 00:00:00 2001 From: hyunmin0317 Date: Fri, 8 Nov 2024 11:46:21 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20s3=20=EC=97=90=EC=84=9C=20ec2=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20(#2?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appspec.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 appspec.yml diff --git a/appspec.yml b/appspec.yml new file mode 100644 index 0000000..0e0e148 --- /dev/null +++ b/appspec.yml @@ -0,0 +1,13 @@ +version: 0.0 +os: linux + +files: + - source: / + destination: /home/ec2-user/smunity-web + overwrite: yes + +permissions: + - object: /home/ec2-user/smunity-web + owner: ec2-user + group: ec2-user + mode: 755