18 lines
384 B
YAML
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
|