Korrekturen Teil 2
This commit is contained in:
parent
e465083f7d
commit
a267c23da8
10
.drone.yml
10
.drone.yml
|
@ -6,11 +6,11 @@ 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/WIFISSID/${iotssid}/"""
|
||||||
- "sed -i data/homie/config.json 's/WIFIPASS/${iotpwd}/'"
|
- "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 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'"
|
- "sed -i platformio.ini ""s/HOSTNAME/${hostname}/g"""
|
||||||
- "pip install -U platformio"
|
- "pip install -U platformio"
|
||||||
- "platformio run --environment esp8266"
|
- "platformio run --environment esp8266"
|
||||||
- "platformio run --target upload --environment d1_mini"
|
- "platformio run --target upload --environment d1_mini"
|
||||||
|
|
Loading…
Reference in New Issue