From 84c300ad60e0f441e0dfef554bc90216d4e1d079 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 23 Feb 2026 22:41:25 +0100 Subject: [PATCH] Updated deployment script --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 3373e67..688313e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -14,4 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/jcloud/htdocs/simple/jeb-utils \ No newline at end of file +python3 -m build +scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/jcloud/htdocs/simple/config-parser \ No newline at end of file