From 8a21c2e4f069ebeab32cc1f65dedd832c9342424 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 22 Feb 2026 21:49:49 +0100 Subject: [PATCH] Added a deploy script --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..795d271 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/jcloud/htdocs/simple/jeb-utils \ No newline at end of file