diff --git a/.github/workflows/publish-documentation.yaml b/.github/workflows/publish-documentation.yaml index 8bf2fd9..ec85335 100644 --- a/.github/workflows/publish-documentation.yaml +++ b/.github/workflows/publish-documentation.yaml @@ -92,7 +92,7 @@ jobs: FLY_REGION: ${{ vars.FLY_REGION }} with: workspace_name: docs - app_name: react-router-devtools-docs-release + app_name: react-router-devtools use_isolated_workspace: true env_vars: | APP_ENV=production diff --git a/docs/fly.toml b/docs/fly.toml index 2d9dddd..a223fe8 100644 --- a/docs/fly.toml +++ b/docs/fly.toml @@ -1,9 +1,9 @@ -# fly.toml app configuration file generated for react-router-devtools-docs on 2025-10-09T12:48:17+02:00 +# fly.toml app configuration file generated for react-router-devtools on 2026-04-05T18:04:39+02:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # -app = 'react-router-devtools-docs' +app = 'react-router-devtools' primary_region = 'fra' [build] @@ -18,3 +18,6 @@ primary_region = 'fra' [[vm]] size = 'shared-cpu-1x' + memory = '256mb' + cpus = 1 + memory_mb = 256