From 477e95e8ae47789c9ab3d271b437b517baa71c39 Mon Sep 17 00:00:00 2001 From: harshbaz Date: Fri, 9 Feb 2024 14:19:57 +0530 Subject: [PATCH] Up --- .github/workflows/webclient-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webclient-test.yml b/.github/workflows/webclient-test.yml index 7ffdabbc7..0eea498a6 100644 --- a/.github/workflows/webclient-test.yml +++ b/.github/workflows/webclient-test.yml @@ -52,11 +52,11 @@ jobs: - run: npm run wc:build:static:prod - name: Deploy preview build - uses: cloudflare/wrangler-action@2.0.0 + uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_WORKERS_DEPLOY_API_TOKEN }} workingDirectory: "packages/web-client/" - command: pages publish "./build" --branch=${{ github.head_ref }} --project-name=hot-or-not-web-client --commit-dirty=true | tee url.txt + command: pages deploy "./build" --branch=${{ github.head_ref }} --project-name=hot-or-not-web-client --commit-dirty=true | tee url.txt env: CLOUDFLARE_ACCOUNT_ID: "a209c523d2d9646cc56227dbe6ce3ede" - name: Get preview deployment URL