Skip to content

Commit 6298dcb

Browse files
Change Fly io Region
The Boston (bos) region in Fly is being deprecated and merged into the Secaucus, NJ region (ewr). This technically happened this morning, but seems to have resulted in some weirdness on the staging machine, hopefully re-pushing will fix that. https://fly.io/blog/the-region-consolidation-project/
1 parent 4914572 commit 6298dcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/fly.production.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
app = 'efsp-prod'
7-
primary_region = 'bos'
7+
primary_region = 'ewr'
88
kill_timeout = 60
99

1010
[build]

scripts/fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
app = 'efsp-staging'
7-
primary_region = 'bos'
7+
primary_region = 'ewr'
88
kill_timeout = 60
99

1010
[build]

0 commit comments

Comments
 (0)