From c02a450041cd619248bb6898886ab492043fb574 Mon Sep 17 00:00:00 2001 From: abrulic Date: Sat, 28 Mar 2026 15:55:44 +0100 Subject: [PATCH 1/2] updated docs app name for deployments --- .github/workflows/publish-documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2576738a1ca4c8d743da8ac0c19b3594e5baefe9 Mon Sep 17 00:00:00 2001 From: abrulic Date: Sun, 5 Apr 2026 18:05:05 +0200 Subject: [PATCH 2/2] renamed app name in the fly.toml file --- docs/fly.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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