fixing appspec

This commit is contained in:
jushkem 2020-03-02 11:46:54 -08:00
parent 6b5aaab1b0
commit b63c373a1d

View file

@ -1,8 +1,8 @@
version: 0.0 version: 0.0
os: linux os: linux
files: files:
- source: /quickdeal.zip - source: /
destination: /home/ubuntu/quickdeal/ destination: /home/ec2-user/kcl-2x/
hooks: hooks:
AfterInstall: AfterInstall:
- location: scripts/install.sh - location: scripts/install.sh