File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 cp .env /tmp/beta.env 2>/dev/null; cp port.txt /tmp/beta.port.txt 2>/dev/null
2121 git fetch origin --prune
2222 git checkout beta
23- git merge --ff-only origin/beta
23+ git reset --hard origin/beta
2424 cp /tmp/beta.env .env 2>/dev/null; cp /tmp/beta.port.txt port.txt 2>/dev/null
2525 grep 'discord.zero-host.org' public/js/app.js || echo "⚠ DISCORD LINK NOT FOUND IN FILE"
2626 head -20 port.txt 2>/dev/null || echo "⚠ port.txt missing or empty"
Original file line number Diff line number Diff line change 2020 cp .env /tmp/main.env 2>/dev/null; cp port.txt /tmp/main.port.txt 2>/dev/null
2121 git fetch origin --prune
2222 git checkout main
23- git merge --ff-only origin/main
23+ git reset --hard origin/main
2424 cp /tmp/main.env .env 2>/dev/null; cp /tmp/main.port.txt port.txt 2>/dev/null
2525 npm install
2626 pm2 restart zerohost-dashboard
You can’t perform that action at this time.
0 commit comments