feat : appspec.yml add
This commit is contained in:
18
appspec.yml
Normal file
18
appspec.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: 0.0
|
||||
os: linux
|
||||
files:
|
||||
- source: /
|
||||
destination: /home/ubuntu/app
|
||||
overwrite: yes
|
||||
|
||||
permissions:
|
||||
- object: /
|
||||
pattern: "**"
|
||||
owner: ubuntu
|
||||
group: ubuntu
|
||||
|
||||
hooks:
|
||||
ApplicationStart:
|
||||
- location: deploy.sh
|
||||
timeout: 60
|
||||
runas: ubuntu
|
||||
Reference in New Issue
Block a user