Skip to content

Commit

Permalink
wrangler updates: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Feb 19, 2024
1 parent 99f526c commit 3bf505c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-alphaNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish to alphaNet
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@1.1.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: 'server'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-devNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish to devNet
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@1.1.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: 'server'
10 changes: 6 additions & 4 deletions server/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ webpack_config = "webpack.config.js"
account_id = "18ff2b4e6205b938652998cfca0d8cff"
zone_id = "35f34e8f9d04ef8c87283ea9fb812989"
route = "devnet-auth-server.holo.host/*"
main = "dist/main.js"

kv_namespaces = [
{ binding = "SETTINGS", id = "5181f479e6d84fc9835c5195b08a7029"},
]
[[kv_namespaces]]
binding = "SETTINGS"
id = "5181f479e6d84fc9835c5195b08a7029"

[env.alphanet]
name = "auth-server"
route = "auth-server.holo.host/*"
[[kv_namespaces]]
binding = "SETTINGS"
id = "5181f479e6d84fc9835c5195b08a7029"

0 comments on commit 3bf505c

Please sign in to comment.