From ddc24642ba118bc4cf65858f8b3144a7e6d6cee9 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 5 Apr 2026 15:24:54 +0200 Subject: [PATCH] Bug fix: deployment script did not deploy to the correct destination --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 36fb1d6..1ae0e4c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -15,4 +15,4 @@ # limitations under the License. python3 -m build -scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/wwwstatic/repo/simple/config-parser \ No newline at end of file +scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/wwwstatic/repo/simple/text-table \ No newline at end of file