mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
9
Scripts/Produce.sh
Executable file
9
Scripts/Produce.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
|
||||
cd "${swd}/.."
|
||||
|
||||
export HUGO_ENV=production
|
||||
sh "${swd}/Update.sh"
|
||||
sh "${swd}/Redirects.sh"
|
||||
|
||||
cd "${owd}"
|
Reference in New Issue
Block a user