Adds buildspec.yml for AWS CodePipeline

This commit is contained in:
Patrick McDonagh
2017-04-03 16:28:40 -05:00
parent 6682de71d1
commit 6527f97b6b

18
buildspec.yml Normal file
View File

@@ -0,0 +1,18 @@
version 0.1
environment_variables:
plaintext:
PLC_IP_ADDRESS: "192.168.1.10"
phases:
build:
commands:
- cd poc_modbus_server
- python setup.py install
- cd ../poc_scraper
- python setup.py install
post_build:
commands:
- python -m poc_scraper
- python -m poc_modbus_server