Skip to content

Commit e539f57

Browse files
authored
Merge pull request #255 from code-forge-io/deployments/update-fly-docs-app
Updated docs app name for deployments
2 parents ac2c476 + 2576738 commit e539f57

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/publish-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
FLY_REGION: ${{ vars.FLY_REGION }}
9393
with:
9494
workspace_name: docs
95-
app_name: react-router-devtools-docs-release
95+
app_name: react-router-devtools
9696
use_isolated_workspace: true
9797
env_vars: |
9898
APP_ENV=production

docs/fly.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# fly.toml app configuration file generated for react-router-devtools-docs on 2025-10-09T12:48:17+02:00
1+
# fly.toml app configuration file generated for react-router-devtools on 2026-04-05T18:04:39+02:00
22
#
33
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
44
#
55

6-
app = 'react-router-devtools-docs'
6+
app = 'react-router-devtools'
77
primary_region = 'fra'
88

99
[build]
@@ -18,3 +18,6 @@ primary_region = 'fra'
1818

1919
[[vm]]
2020
size = 'shared-cpu-1x'
21+
memory = '256mb'
22+
cpus = 1
23+
memory_mb = 256

0 commit comments

Comments
 (0)