Skip to content

Commit

Permalink
fix: specify zone_id for staging deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 2, 2024
1 parent ec91ae7 commit 1687f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ command = "scripts/cli.js build"

[env.staging]
name = "nft-storage-staging"
route = "api-staging.nft.storage/*"
route = { pattern = "api-staging.nft.storage/*", zone_id = "fc6cb51dbc2d0b9a729eae6a302a49c9" }
usage_model = "unbound"
r2_buckets = [
{ binding = "CARPARK", bucket_name = "carpark-staging-0" },
Expand Down

0 comments on commit 1687f8d

Please sign in to comment.