Skip to content

Commit

Permalink
adds services.ghostnet.kukai.app [toml pipeline]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrosGounis committed May 1, 2024
1 parent edf54c8 commit 88c975c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ vars = { ENVIRONMENT = "dev" }
[env.staging]
vars = { ENVIRONMENT = "staging" }
routes = [
{ pattern = "staging.services.kukai.app", custom_domain = true }
{ pattern = "staging.services.kukai.app", custom_domain = true },
{ pattern = "staging.services.ghostnet.kukai.app", custom_domain = true }
]

[env.production]
vars = { ENVIRONMENT = "production" }
routes = [
{ pattern = "services.kukai.app", custom_domain = true }
{ pattern = "services.kukai.app", custom_domain = true },
{ pattern = "services.ghostnet.kukai.app", custom_domain = true }
]

0 comments on commit 88c975c

Please sign in to comment.