From 99d9e753f0a96c558d0470e65e6085fc6b547767 Mon Sep 17 00:00:00 2001 From: tiijay Date: Mon, 20 Oct 2025 18:20:17 +0200 Subject: [PATCH] v.0.1.1 only cp json file from restapi dir --- deploy.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.fish b/deploy.fish index e31f233..41629c2 100755 --- a/deploy.fish +++ b/deploy.fish @@ -10,7 +10,8 @@ end echo "1. Copying app directory to device..." mpremote connect port:rfc2217://localhost:4000 cp -r app : -mpremote connect port:rfc2217://localhost:4000 cp -r restapi : +mpremote connect port:rfc2217://localhost:4000 mkdir restapi +mpremote connect port:rfc2217://localhost:4000 cp restapi/*.json :restapi/ echo "2. Starting main.py..." mpremote connect port:rfc2217://localhost:4000 run main.py