diff --git a/.drone.yml b/.drone.yml index 9a0dc3e..7a11dd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: - platformio run --environment d1_mini - | chmod u+x ./configurefs.sh + chmod u+x ./uploadfs.sh ./configurefs.sh - name: upload image image: curlimages/curl @@ -39,9 +40,7 @@ steps: image: curlimages/curl commands: - ls -lA . - - | - chmod u+x ./uploadfs.sh - ./uploadfs.sh + - ./uploadfs.sh environment: IOTSSID: from_secret: iotssid