1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-21 18:16:39 +02:00

Change update script (#4005)

Change update script to make sure that it overwrites all the local changes in the local browserless git folder
This commit is contained in:
Jacob 2024-10-29 14:45:40 +01:00 committed by GitHub
parent 2d3cae43cb
commit eceb52a67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,8 @@ fi
pip3 install changedetection.io --upgrade &>/dev/null
pip3 install playwright --upgrade &>/dev/null
if [[ -f /etc/systemd/system/browserless.service ]]; then
git -C /opt/browserless/ pull &>/dev/null
git -C /opt/browserless/ fetch --all &>/dev/null
git -C /opt/browserless/ reset --hard origin/main &>/dev/null
npm update --prefix /opt/browserless &>/dev/null
npm run build --prefix /opt/browserless &>/dev/null
npm run build:function --prefix /opt/browserless &>/dev/null