Skip to content

Commit 658c56e

Browse files
committed
remove the 'production' environment
1 parent 260c685 commit 658c56e

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
with:
2121
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2222
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
23-
environment: production
2423
wranglerVersion: "4.14.1"

wrangler.jsonc

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,4 @@
2929
"R2_PUBLIC_URL": "https://builds.zigtools.org",
3030
"FORCE_MINISIGN": false,
3131
},
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-
"r2_buckets": [
43-
{
44-
"binding": "ZIGTOOLS_BUILDS",
45-
"bucket_name": "zigtools-builds",
46-
},
47-
],
48-
"vars": {
49-
"R2_PUBLIC_URL": "https://builds.zigtools.org",
50-
},
51-
},
52-
},
5332
}

0 commit comments

Comments
 (0)