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