diff --git a/ct/homepage.sh b/ct/homepage.sh index 0e3ef6926..f02fe77f1 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -52,8 +52,6 @@ function update_script() { cd /opt/homepage npx update-browserslist-db@latest >/dev/null 2>&1 pnpm install >/dev/null 2>&1 - NEXT_PUBLIC_VERSION=v$RELEASE - NEXT_PUBLIC_REVISION='source' pnpm build >/dev/null 2>&1 systemctl start homepage echo "${RELEASE}" >/opt/${APP}_version.txt