Deployment

Running Nimbus syncs from CI.

Run a one-off sync in CI instead of relying on the background daemon:

- name: Sync to cloud storage
  run: npx nimbus sync --config nimbus.config.json

Set credentials via environment variables rather than committing them to nimbus.config.json:

export NIMBUS_ACCESS_KEY=...
export NIMBUS_SECRET_KEY=...