Roo-Code/ENV_VARS.md
Chris Estreich 19a41708ab
Spawn fly machine workers on production (#154)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-29 23:55:15 -08:00

337 B

ENV Vars

Add a new encrypted variable:

npx dotenvx set FLY_ACCESS_TOKEN fm2_... -f .env.production

View an existing encrypted variable:

npx dotenvx get FLY_ACCESS_TOKEN -f .env.production

These secrets can also be set on Fly.io containers:

fly secrets set FLY_ACCESS_TOKEN=fm2_... -a roomote-worker