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:- Go to the project in the Vercel dashboard
- Open the Deployments tab
- Click Redeploy on the most recent production deployment
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:
Cron jobs
A cron job is configured invercel.json to run daily:
Vercel handles scheduling automatically once deployed. No additional setup is needed.