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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue