From 136925b2baa898394b5b9fda446a661c40d8c5b1 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sun, 31 Mar 2024 17:47:57 -0700 Subject: update .github --- .github/workflows/build.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bb76c17..c99080ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,17 +58,17 @@ jobs: directory: apps/web/.vercel/output/static branch: main - deploy-cf-worker: - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v3 + # deploy-cf-worker: + # runs-on: ubuntu-latest + # steps: + # - name: Checkout repo + # uses: actions/checkout@v3 - - name: Deploy to Cloudflare Workers - uses: cloudflare/wrangler-action@1.2.0 - with: - apiToken: ${{ secrets.CF_API_TOKEN }} - workingDirectory: apps/cf-ai-backend - env: - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - SECURITY_KEY: ${{ secrets.BACKEND_SECURITY_KEY }} + # - name: Deploy to Cloudflare Workers + # uses: cloudflare/wrangler-action@1.2.0 + # with: + # apiToken: ${{ secrets.CF_API_TOKEN }} + # workingDirectory: apps/cf-ai-backend + # env: + # OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + # SECURITY_KEY: ${{ secrets.BACKEND_SECURITY_KEY }} -- cgit v1.2.3