From 81a759aea51c3d40eac1e73e143d60e37c4abba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Di=C3=B3genes=20Fernandes?= Date: Mon, 24 Feb 2025 15:58:57 -0300 Subject: [PATCH] deploy in my personal account MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DiĆ³genes Fernandes --- .github/workflows/deploy-search-worker.yml | 2 +- search/worker/wrangler.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-search-worker.yml b/.github/workflows/deploy-search-worker.yml index 13071b3..4982b05 100644 --- a/.github/workflows/deploy-search-worker.yml +++ b/.github/workflows/deploy-search-worker.yml @@ -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 diff --git a/search/worker/wrangler.toml b/search/worker/wrangler.toml index 17de1a0..400f3ec 100644 --- a/search/worker/wrangler.toml +++ b/search/worker/wrangler.toml @@ -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"] @@ -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"