add: prebuild

This commit is contained in:
Tobias
2026-04-16 07:30:16 +02:00
committed by GitHub
parent 443481f7e6
commit d4038801ba

View File

@@ -40,12 +40,11 @@ function update_script() {
fi
msg_ok "Backed up conf.yml"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "dashy" "Lissy93/dashy" "tarball"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "dashy" "Lissy93/dashy" "prebuild" "latest" "/opt/dashy" "dashy-*.tar.gz"
msg_info "Updating Dashy"
cd /opt/dashy
npm install
npm run build
$STD yarn install --production --ignore-engines --network-timeout 300000
msg_ok "Updated Dashy"
msg_info "Restoring conf.yml"