From d438deb86d036d97f501f90642980501ee5abbce Mon Sep 17 00:00:00 2001 From: HyeokJoon <87688726+HyeokJoon@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:46:55 +0900 Subject: [PATCH] Create appspec.yml --- appspec.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 appspec.yml diff --git a/appspec.yml b/appspec.yml new file mode 100644 index 0000000..fa35b32 --- /dev/null +++ b/appspec.yml @@ -0,0 +1,17 @@ +version: 0.0 +os: linux + +files: + - source: / + destination: /home/ubuntu/app + overwrite: yes + +permissions: + - object: / + owner: ubuntu + group: ubuntu + +hooks: + ApplicationStart: + - location: scripts/deploy.sh + timeout: 60