diff options
| author | aura <nw@moneybot.cc> | 2026-02-17 22:39:42 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-02-17 22:39:42 +0100 |
| commit | 636b0323075225c584b62719ed51e75521bb7ffb (patch) | |
| tree | 61b02271b6d0695a4beffc23fb6eb062a7da22c3 /update-frontend-beta.sh | |
push source
Diffstat (limited to 'update-frontend-beta.sh')
| -rw-r--r-- | update-frontend-beta.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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/ |
