From 309478a4c6fcb2c046adc39b4cab56880bf7ca8c Mon Sep 17 00:00:00 2001 From: starcalc Date: Wed, 22 Jun 2022 19:37:45 +0200 Subject: [PATCH] https, no port --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0274f50..55cc063 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - platformio run --target buildfs --environment d1_mini # 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) #- platformio run --target upload --environment d1_mini # (Build if necessary and) Upload Filesystem Image (here: OTA)