Adds buildspec.yml for AWS CodePipeline
This commit is contained in:
18
buildspec.yml
Normal file
18
buildspec.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user