Change update script (#4005)

Change update script to make sure that it overwrites all the local changes in the local browserless git folder
pull/4006/head
Jacob 4 weeks ago committed by GitHub
parent 2d3cae43cb
commit eceb52a67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,7 +63,8 @@ fi
pip3 install changedetection.io --upgrade &>/dev/null pip3 install changedetection.io --upgrade &>/dev/null
pip3 install playwright --upgrade &>/dev/null pip3 install playwright --upgrade &>/dev/null
if [[ -f /etc/systemd/system/browserless.service ]]; then 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 update --prefix /opt/browserless &>/dev/null
npm run build --prefix /opt/browserless &>/dev/null npm run build --prefix /opt/browserless &>/dev/null
npm run build:function --prefix /opt/browserless &>/dev/null npm run build:function --prefix /opt/browserless &>/dev/null

Loading…
Cancel
Save

Powered by BW's shoe-string budget.