Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions docs/fly.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -18,3 +18,6 @@ primary_region = 'fra'

[[vm]]
size = 'shared-cpu-1x'
memory = '256mb'
cpus = 1
memory_mb = 256
Loading