Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Dec 30, 2024
1 parent e319355 commit 4a8239b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ct/homepage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ function update_script() {
cd /opt/homepage
npx update-browserslist-db@latest
pnpm install
NEXT_PUBLIC_VERSION=v$RELEASE NEXT_PUBLIC_REVISION='source' pnpm build
export NEXT_PUBLIC_VERSION=v$RELEASE
export NEXT_PUBLIC_REVISION='source'
pnpm build
systemctl start homepage
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated Homepage to v${RELEASE}"
Expand Down

0 comments on commit 4a8239b

Please sign in to comment.