Added Files
This commit is contained in:
18
appspec.yml
Executable file
18
appspec.yml
Executable file
@@ -0,0 +1,18 @@
|
||||
version: 0.0
|
||||
os: linux
|
||||
files:
|
||||
- source: /
|
||||
destination: /web/
|
||||
hooks:
|
||||
AfterInstall:
|
||||
- location: scripts/mkdir.sh
|
||||
timeout: 300
|
||||
runas: root
|
||||
ApplicationStart:
|
||||
- location: scripts/start_flask.sh
|
||||
timeout: 300
|
||||
runas: root
|
||||
ApplicationStop:
|
||||
- location: scripts/stop_flask1.sh
|
||||
timeout: 300
|
||||
runas: root
|
Reference in New Issue
Block a user