From 485f7e8689ba7072dfa8ce854e7b63ccf545706b Mon Sep 17 00:00:00 2001 From: "deno-deploy[bot]" <75045203+deno-deploy[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 07:53:22 +0000 Subject: [PATCH] [Deno Deploy] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3ba3e6cc8..73cd0e145 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,9 @@ name: Deploy on: push: - branches: main + branches: fix/qa-page-breaking-issue pull_request: - branches: main + branches: fix/qa-page-breaking-issue jobs: deploy: @@ -37,6 +37,6 @@ jobs: - name: Upload to Deno Deploy uses: denoland/deployctl@v1 with: - project: "credebl-studio" - entrypoint: "server/entry.mjs" # 📝 Update the entrypoint if necessary - root: "dist" # 📝 Update the root if necessary + project: "test-qa-studio" + entrypoint: "server/entry.mjs" + root: "dist"