Erste Korrekturen
This commit is contained in:
parent
8540bf44af
commit
e465083f7d
|
@ -6,11 +6,13 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
|
- "sed -i data/homie/config.json 's/WIFISSID/${iotssid}/'"
|
||||||
|
- "sed -i data/homie/config.json 's/WIFIPASS/${iotpwd}/'"
|
||||||
|
- "sed -i data/homie/config.json 's/HOSTNAME/${hostname}/g'"
|
||||||
|
- "sed -i data/homie/config.json 's/HOSTNAME/${hostname}/g'"
|
||||||
|
- "sed -i platformio.ini 's/HOSTNAME/${hostname}/g'"
|
||||||
- "pip install -U platformio"
|
- "pip install -U platformio"
|
||||||
- "platformio run --environment esp8266"
|
- "platformio run --environment esp8266"
|
||||||
- "sed -i date/homie/config.json 's/WIFISSID/${iotssid}/'"
|
|
||||||
- "sed -i date/homie/config.json 's/WIFIPASS/${iotpwd}/'"
|
|
||||||
- "sed -i date/homie/config.json 's/HOSTNAME/${hostname}/g'"
|
|
||||||
- "platformio run --target upload --environment d1_mini"
|
- "platformio run --target upload --environment d1_mini"
|
||||||
- "platformio run --target uploadfs --environment d1_mini"
|
- "platformio run --target uploadfs --environment d1_mini"
|
||||||
- name: release
|
- name: release
|
||||||
|
|
Loading…
Reference in New Issue