fixing appspec
This commit is contained in:
parent
6b5aaab1b0
commit
b63c373a1d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue