Skip to content

Commit

Permalink
deploy in my personal account
Browse files Browse the repository at this point in the history
Signed-off-by: Diógenes Fernandes <[email protected]>
  • Loading branch information
diofeher committed Feb 24, 2025
1 parent d19d316 commit 81a759a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-search-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm ci
- name: Deploy Wrangler
env:
CLOUDFLARE_ACCOUNT_ID: 84161f72ecc1f0274ab2fa7241f64249
CLOUDFLARE_ACCOUNT_ID: 919942d1077740aa3cff8c6cf511147a
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: |
npm run deploy
3 changes: 3 additions & 0 deletions search/worker/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#:schema node_modules/wrangler/config-schema.json
name = "registry-ui-search-dev"
# name = "registry-ui-search"
main = "src/index.ts"
compatibility_date = "2024-08-21"
compatibility_flags = ["nodejs_compat"]
Expand All @@ -8,6 +9,8 @@ compatibility_flags = ["nodejs_compat"]
binding = "BUCKET"
bucket_name = "registry-ui-dev"
preview_bucket_name = "registry-ui-dev"
# bucket_name = "registry-ui-api"
# preview_bucket_name = "registry-ui-api"

[dev]
ip = "0.0.0.0"

0 comments on commit 81a759a

Please sign in to comment.