From b63c373a1d67069834caa63a50de3d777ec3fb14 Mon Sep 17 00:00:00 2001 From: jushkem <20001595+jushkem@users.noreply.github.com> Date: Mon, 2 Mar 2020 11:46:54 -0800 Subject: [PATCH] fixing appspec --- appspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appspec.yml b/appspec.yml index 0f4be6db..fae56bfc 100644 --- a/appspec.yml +++ b/appspec.yml @@ -1,8 +1,8 @@ version: 0.0 os: linux files: - - source: /quickdeal.zip - destination: /home/ubuntu/quickdeal/ + - source: / + destination: /home/ec2-user/kcl-2x/ hooks: AfterInstall: - location: scripts/install.sh