Added Files

This commit is contained in:
Joachim Hummel
2020-07-22 14:13:09 +02:00
parent 200cc84109
commit ff1789b3e3
12 changed files with 156 additions and 0 deletions

18
appspec.yml Executable file
View 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