Compare commits
3 Commits
a33780a3a7
...
v0.2.1
Author | SHA1 | Date | |
---|---|---|---|
795043a639 | |||
b0a485d578 | |||
3d4399c33d |
@ -11,13 +11,15 @@ steps:
|
|||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- make otaupload
|
- make otaupload
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
api_key: a7f3afc9f77e721951e48b4af66d7565700b7a2e
|
api_key: a7f3afc9f77e721951e48b4af66d7565700b7a2e
|
||||||
base_url: https://code.jcktrue.dk
|
base_url: https://code.jcktrue.dk
|
||||||
files:
|
files:
|
||||||
- .pioenvs/nodemcu/firmware.bin
|
- .pio/build/nodemcu/firmware.bin
|
||||||
- .pioenvs/nodemcu/firmware.elf
|
- .pio/build/nodemcu/firmware.elf
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
4
Makefile
4
Makefile
@ -2,5 +2,5 @@ build:
|
|||||||
pio run
|
pio run
|
||||||
|
|
||||||
otaupload:
|
otaupload:
|
||||||
pip install -r .pio/libdeps/Homie/scripts/ota_updater/requirements.txt
|
pip install -r .pio/libdeps/nodemcu/Homie/scripts/ota_updater/requirements.txt
|
||||||
python .pio/libdeps/Homie/scripts/ota_updater/ota_updater.py -l mqtt.jcktrue.dk -i 18fe34f2f987 .pio/build/nodemcu/firmware.bin
|
python .pio/libdeps/nodemcu/Homie/scripts/ota_updater/ota_updater.py -l mqtt.jcktrue.dk -i 18fe34f2f987 .pio/build/nodemcu/firmware.bin
|
||||||
|
Reference in New Issue
Block a user