Skip to content

Commit 1687f8d

Browse files
author
Alan Shaw
committed
fix: specify zone_id for staging deployment
1 parent ec91ae7 commit 1687f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ command = "scripts/cli.js build"
3737

3838
[env.staging]
3939
name = "nft-storage-staging"
40-
route = "api-staging.nft.storage/*"
40+
route = { pattern = "api-staging.nft.storage/*", zone_id = "fc6cb51dbc2d0b9a729eae6a302a49c9" }
4141
usage_model = "unbound"
4242
r2_buckets = [
4343
{ binding = "CARPARK", bucket_name = "carpark-staging-0" },

0 commit comments

Comments
 (0)