Burger of Bombay

Blog

Bear Post

new post for the first time

The content is NOT missing.


Timing

After you publish (or edit a published post):

  1. Payload writes burger.pending in /var/www/payload/rebuild-queue/
  2. Cron runs every 2 minutes and runs Burger’s build-and-deploy.sh
  3. Live site updates — usually within ~2–5 minutes

How to check it worked (SSH on greenearth)

# Queue triggered?

ls -la /var/www/payload/rebuild-queue/burger.pending

# Rebuild log

tail -10 /var/www/payload/rebuild-queue/rebuild.log

# Post in Payload API?

curl -s 'https://cms02.arhaconsulting.com/api/posts?where[site.slug][equals]=burger&where[status][equals]=published' | head -c 500

If burger.pending stays around or the log shows FAIL rebuild burger, the build failed — check the log.

If it still doesn’t show

  1. Site field — confirm the post is linked to the burger site in Payload, not ARHA.
  2. Status — must be Published.
  3. Wait ~2 min after save, or run manually:
    bash /var/www/arhaconsulting.com/app/scripts/greenearth/process-rebuild-queue.sh
  4. Hard refresh the blog page (Ctrl+Shift+R) — Cloudflare may cache HTML briefly.

Draft-only saves do not trigger a rebuild or appear on the site. Only published (or edits to already-published) posts do.

bear cattle egret