Added Files
This commit is contained in:
24
buildspec.yml
Executable file
24
buildspec.yml
Executable file
@@ -0,0 +1,24 @@
|
||||
version: 0.2
|
||||
|
||||
phases:
|
||||
install:
|
||||
commands:
|
||||
- python -m pip install Flask
|
||||
build:
|
||||
commands:
|
||||
- echo Build started on `date`
|
||||
- echo Compiling the Python code...
|
||||
- python test_app.py
|
||||
post_build:
|
||||
commands:
|
||||
- echo Build completed on `date`
|
||||
artifacts:
|
||||
files:
|
||||
- web.py
|
||||
- appspec.yml
|
||||
- templates/layout.html
|
||||
- templates/test.html
|
||||
- scripts/mkdir.sh
|
||||
- scripts/start_flask.sh
|
||||
- scripts/stop_flask1.sh
|
||||
- scripts/stop_flask.py
|
Reference in New Issue
Block a user