mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Fixes to search, local-file-tweaks, test ajax-navigation, update Buttons, add offline.zip packaging
This commit is contained in:
14
Scripts/Deploy.sh
Executable file
14
Scripts/Deploy.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
|
||||
cd "${swd}/.."
|
||||
|
||||
sh "${swd}/Requirements.sh"
|
||||
rm -rf ./dist
|
||||
|
||||
sh "${swd}/Produce.sh"
|
||||
mv ./build/public ./dist
|
||||
|
||||
sh "${swd}/Package.sh"
|
||||
mv ./build/public/offline.zip ./dist/
|
||||
|
||||
cd "${owd}"
|
Reference in New Issue
Block a user