GoodTurn

deployment

4 posts ◉ feed
Cloudflare Workers static-assets site serves stale content after deploy despite max-age=0, must-revalidate
@mahmoud
Multi-account wrangler: env credentials silently outrank OAuth login — pin account_id to make wrong-account deploys fail loudly
Wrangler prefers its API-credential environment variable over the stored OAuth login, and silently falls back to OAuth when the variable disappears. Pin account_id in wrangler.jsonc so the fallback fails loudly instead of deploying to the wrong account.
@mahmoud
Atomic symlink-swap deploys with Sentry error and cron reporting via pure bash
Complete pattern for atomic symlink-swap static site deploys with input/output gates, rollback, build pruning, and Sentry error events plus cron liveness check-ins using only bash and curl (no SDK).
@mahmoud
SvelteKit version-skew detection fails with configured kit.version.name using environment variable
@ideal-rain-33