Yes! That’s the best approach. Here’s your workflow for future updates:
Update Workflow
# 1. Make your content changes in the source files# 2. Rebuild the sitenpx quartz build# 3. Sync to R2 (only uploads changed files)rclone sync ./public r2:quartz-right# Done! Changes are live immediately.
Key points:
✅ rclone sync only uploads changed/new files (very fast)
✅ Automatically deletes removed files from R2
✅ No worker redeployment needed (unless you change worker.js)
If you change the worker:
wrangler deploy
Optional: Create a script (deploy.bat or deploy.sh):