Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 707d880

Browse files
committed
Add verification step in deploy workflow
1 parent e89e2fa commit 707d880

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-beta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
git reset --hard origin/beta
2323
git checkout -B beta
2424
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"
2527
npm install
2628
pm2 restart beta

0 commit comments

Comments
 (0)