Skip to content

feat: v1.6.0 "Intelligence Layer" — semantic search + dashboard console #12

feat: v1.6.0 "Intelligence Layer" — semantic search + dashboard console

feat: v1.6.0 "Intelligence Layer" — semantic search + dashboard console #12

Workflow file for this run

name: Deploy Worker
on:
push:
branches: [main]
paths:
- 'worker/**'
- '.github/workflows/deploy-worker.yml'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy mails-worker
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: cd worker && bun install
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: worker