Compare commits
No commits in common. "d900bc384440e8dcb895403065c338b38d64be58" and "750cbdf443898a00c50551bf0e7dddd73ed5922d" have entirely different histories.
d900bc3844
...
750cbdf443
15
.drone.yml
15
.drone.yml
|
@ -26,13 +26,6 @@ steps:
|
||||||
- platformio run --environment d1_mini
|
- platformio run --environment d1_mini
|
||||||
# Build file system image
|
# Build file system image
|
||||||
- platformio run --target buildfs --environment d1_mini
|
- platformio run --target buildfs --environment d1_mini
|
||||||
environment:
|
|
||||||
hostname:
|
|
||||||
from_secret: hostname
|
|
||||||
IOTSSID:
|
|
||||||
from_secret: iotssid
|
|
||||||
iotpwd:
|
|
||||||
from_secret: iotpwd
|
|
||||||
- name: upload
|
- name: upload
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
|
@ -44,7 +37,13 @@ steps:
|
||||||
# (Build if necessary and) Upload Filesystem Image (here: OTA)
|
# (Build if necessary and) Upload Filesystem Image (here: OTA)
|
||||||
# - platformio run --target uploadfs --environment d1_mini
|
# - platformio run --target uploadfs --environment d1_mini
|
||||||
|
|
||||||
|
environment:
|
||||||
|
hostname:
|
||||||
|
from_secret: hostname
|
||||||
|
IOTSSID:
|
||||||
|
from_secret: iotssid
|
||||||
|
iotpwd:
|
||||||
|
from_secret: iotpwd
|
||||||
#- name: release
|
#- name: release
|
||||||
# image: python:3.10 # eclipse/platformio #
|
# image: python:3.10 # eclipse/platformio #
|
||||||
# commands:
|
# commands:
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
"name": "HOSTNAME",
|
|
||||||
"device_id": "HOSTNAME",
|
|
||||||
"wifi": {
|
|
||||||
"ssid": "WIFISSID",
|
|
||||||
"password": "WIFIPASS"
|
|
||||||
},
|
|
||||||
"mqtt": {
|
|
||||||
"host": "mqtt.ctdo.de",
|
|
||||||
"port": 1883,
|
|
||||||
"auth": false
|
|
||||||
},
|
|
||||||
"ota": {
|
|
||||||
"enabled": true
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue