https, no port
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
8c124feeaf
commit
309478a4c6
|
@ -28,7 +28,7 @@ steps:
|
||||||
- platformio run --target buildfs --environment d1_mini
|
- platformio run --target buildfs --environment d1_mini
|
||||||
# Upload image with espota-gateway
|
# Upload image with espota-gateway
|
||||||
- |
|
- |
|
||||||
curl --request POST --url "http://espota.ctdo.de:8181/" --header "Content-Type: multipart/form-data" --form ip="$lastknownip" --form firmware=@.pio/build/d1_mini/firmware.bin -N
|
curl --request POST --url "https://espota.ctdo.de/" --header "Content-Type: multipart/form-data" --form ip="$lastknownip" --form firmware=@.pio/build/d1_mini/firmware.bin -N
|
||||||
# TODO: Upload file system image with espota-gateway, if the device is available again (or leave it to espota-gateway to retry often enough)
|
# TODO: Upload file system image with espota-gateway, if the device is available again (or leave it to espota-gateway to retry often enough)
|
||||||
#- platformio run --target upload --environment d1_mini
|
#- platformio run --target upload --environment d1_mini
|
||||||
# (Build if necessary and) Upload Filesystem Image (here: OTA)
|
# (Build if necessary and) Upload Filesystem Image (here: OTA)
|
||||||
|
|
Loading…
Reference in New Issue