docs: require live site verification

This commit is contained in:
2026-07-03 15:02:35 +02:00
parent 93fee15e32
commit cc5aa88703
2 changed files with 11 additions and 1 deletions

View File

@@ -209,7 +209,13 @@ pm2 list
pm2 logs deathwatch-server
```
### 4. Verify Deployment
### 4. Verify The Live Site
After a production build and PM2 reload, open `https://dwroller.alw.dk` and
check the exact flow you changed on the deployed site. A successful local build
or PM2 reload is not enough by itself; live-site verification is required for
changes that affect production behavior.
### 5. Verify Deployment
```bash
# Test frontend accessibility
curl http://localhost:3000