We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51d1fc commit 233dc21Copy full SHA for 233dc21
.github/workflows/deploy.yaml
@@ -24,10 +24,10 @@ jobs:
24
export ENV=production
25
export PROJECT_NAME="polygon-token-list"
26
elif [ "${{ github.ref_name }}" == "dev" ]; then
27
- export ENV=staging
+ export ENV=preview
28
export PROJECT_NAME="polygon-token-list-staging"
29
else
30
31
32
fi
33
wrangler.toml
@@ -2,7 +2,7 @@ name = "polygon-token-list"
2
compatibility_date = "2024-12-30"
3
pages_build_output_dir = "build"
4
5
-[env.staging]
+[env.preview]
6
routes = [
7
{ pattern = "api-polygon-tokens.staging.polygon.technology", custom_domain = true },
8
]
0 commit comments