Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Oct 9, 2024
1 parent 72138b0 commit 485f7e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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"

0 comments on commit 485f7e8

Please sign in to comment.