Skip to content

Commit

Permalink
cloudflare account id
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 27, 2025
1 parent ea7231c commit 2d6ff3d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-search-worker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Deploy Search Worker
on:
push
# paths:
# - 'search/worker/**'
push:
branches:
- main
paths:
- 'search/worker/**'

jobs:
deploy:
Expand All @@ -23,7 +25,7 @@ jobs:
run: npm ci
- name: Deploy Wrangler
env:
CLOUDFLARE_ACCOUNT_ID: 919942d1077740aa3cff8c6cf511147a
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: |
npm run deploy

0 comments on commit 2d6ff3d

Please sign in to comment.