From 636b0323075225c584b62719ed51e75521bb7ffb Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 17 Feb 2026 22:39:42 +0100 Subject: push source --- update-frontend-beta.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 update-frontend-beta.sh (limited to 'update-frontend-beta.sh') diff --git a/update-frontend-beta.sh b/update-frontend-beta.sh new file mode 100644 index 0000000..4161a00 --- /dev/null +++ b/update-frontend-beta.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +git pull +cd moneyjsx +npm i +npm run build +cp -rf ./dist/* /var/www/beta/ -- cgit v1.2.3