Skip to content

Commit

Permalink
fix: add back DNS_NODES env to Fly toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Jul 12, 2022
1 parent 3f3c6e8 commit e32b29e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/fly/prod.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ processes = []
release_command = "/app/bin/realtime eval Realtime.Release.migrate"
strategy = "rolling"

[env]
DNS_NODES = "realtime-prod.internal"

[experimental]
allowed_public_ports = []
auto_rollback = true
Expand Down
3 changes: 3 additions & 0 deletions deploy/fly/staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ processes = []
release_command = "/app/bin/realtime eval Realtime.Release.migrate"
strategy = "rolling"

[env]
DNS_NODES = "realtime-staging.internal"

[experimental]
allowed_public_ports = []
auto_rollback = true
Expand Down

0 comments on commit e32b29e

Please sign in to comment.