Skip to main content
The site is hosted on Vercel. The repository lives at github.com/wlumsa/wlumsa.org.

Deploy triggers

Preview URLs let you verify changes before they go live. Every PR gets its own URL automatically.

Manual deploy

If you need to trigger a deploy outside of a git push — for example, to pick up a content change or force a rebuild — you can do it from the Vercel dashboard:
  1. Go to the project in the Vercel dashboard
  2. Open the Deployments tab
  3. Click Redeploy on the most recent production deployment
Alternatively, if you have the Vercel CLI installed:

Build commands

Vercel runs pnpm build automatically on each deployment. You do not need to configure this manually.

Environment variables

Environment variables are managed in the Vercel dashboard under Settings → Environment Variables.
  • Production, preview, and development environments each have their own set of values.
  • To sync variables to your local environment, run:
Never commit .env or .env.local to the repository. These files contain secrets and are listed in .gitignore.

Cron jobs

A cron job is configured in vercel.json to run daily: Vercel handles scheduling automatically once deployed. No additional setup is needed.