We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89e2fa commit 707d880Copy full SHA for 707d880
1 file changed
.github/workflows/deploy-beta.yml
@@ -22,5 +22,7 @@ jobs:
22
git reset --hard origin/beta
23
git checkout -B beta
24
cp /tmp/beta.env .env 2>/dev/null; cp /tmp/beta.port.txt port.txt 2>/dev/null
25
+ grep 'discord.zero-host.org' public/js/app.js || echo "⚠ DISCORD LINK NOT FOUND IN FILE"
26
+ head -20 port.txt 2>/dev/null || echo "⚠ port.txt missing or empty"
27
npm install
28
pm2 restart beta
0 commit comments