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 cacbe96 commit 5d0e0c8Copy full SHA for 5d0e0c8
.github/workflows/push.yml
@@ -20,3 +20,5 @@ jobs:
20
with:
21
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
22
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
23
+ environment: production
24
+ wranglerVersion: "4.14.1"
wrangler.jsonc
@@ -29,4 +29,19 @@
29
"R2_PUBLIC_URL": "https://builds.zigtools.org",
30
"FORCE_MINISIGN": false,
31
},
32
+
33
+ "env": {
34
+ "production": {
35
+ "d1_databases": [
36
+ {
37
+ "binding": "ZIGTOOLS_DB",
38
+ "database_name": "production-db-backend",
39
+ "database_id": "86dcfef4-8abd-4ff6-97a8-04c231ea2e6c",
40
+ },
41
+ ],
42
+ "vars": {
43
+ "FORCE_MINISIGN": true,
44
45
+ }
46
47
}
0 commit comments