Skip to content

Commit 8064b87

Browse files
phernandezclaude
andcommitted
fix: use correct Fly.io app names and orgs
- development-basic-memory-docs in basic-memory-development org - production-basic-memory-docs in basic-memory-production org Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4eaf4e0 commit 8064b87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Fly.io Configuration
2-
DOCS_APP_NAME=development-docs-basicmemory
2+
DOCS_APP_NAME=development-basic-memory-docs
33
FLY_REGION=sjc
44
NODE_ENV=production

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Fly.io Configuration
2-
DOCS_APP_NAME=production-docs-basicmemory
2+
DOCS_APP_NAME=production-basic-memory-docs
33
FLY_REGION=sjc
44
NODE_ENV=production

0 commit comments

Comments
 (0)