From 931353a4408b371e2cdebd3ed861295349e2585f Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 23 Feb 2026 22:42: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 a72e83b..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/text-table \ 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