mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-14 18:40:37 +01:00
10 lines
162 B
Bash
Executable File
10 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
|
|
cd "${swd}/.."
|
|
|
|
export HUGO_ENV=production
|
|
sh "${swd}/Update.sh"
|
|
sh "${swd}/Redirects.sh"
|
|
|
|
cd "${owd}"
|