From 3a9fe6d30170f16dd4fe313a6987cd5b2379684c Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 30 Aug 2022 19:44:54 +0200 Subject: [PATCH] More details? --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e4dda23..1502fbd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - | for thisip in $(cat lastknownips) do - echo ${thisip} + echo "Current IP to upload is ${thisip}" curl --insecure --no-progress-meter --fail-with-body --request POST --url "https://espota.ctdo.de/" --header "Content-Type: multipart/form-data" --form ip="$thisip" --form firmware=@.pio/build/d1_mini/firmware.bin --no-buffer done # Upload file system image with espota-gateway, leave it to espota-gateway to retry often enough