We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8740273 commit da85591Copy full SHA for da85591
.github/workflows/wrangler.yml
@@ -12,8 +12,14 @@ jobs:
12
name: 🤓 😎 Site
13
steps:
14
- uses: actions/checkout@v4
15
+
16
+ - name: Setup Node.js
17
+ uses: actions/setup-node@v4
18
+ with:
19
+ node-version: '18'
20
21
- name: 🚀 Publish
- uses: cloudflare/wrangler-action@v3.14.1
22
+ uses: cloudflare/wrangler-action@v3
23
with:
24
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
25
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
packages/cfsite/wrangler.toml
@@ -0,0 +1,5 @@
1
+name = "brisbanesocialchess-site"
2
+compatibility_date = "2024-07-07"
3
4
+[env.production]
5
0 commit comments