Files
POC-to-ModbusTCP/buildspec.yml
2017-04-03 16:32:47 -05:00

18 lines
384 B
YAML

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