More details?
continuous-integration/drone/push Build is failing Details

This commit is contained in:
starcalc 2022-08-30 19:44:54 +02:00
parent d9de74016b
commit 3a9fe6d301
1 changed files with 1 additions and 1 deletions

View File

@ -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