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 14, 2024
1 parent e5f1213 commit 4a56bc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy
on:
push:
branches: develop-fixed-dco
branches: qa-fixed-dco
pull_request:
branches: develop-fixed-dco
branches: qa-fixed-dco

jobs:
deploy:
Expand Down Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "credebl-dev-ui"
project: "credebl-studio-qa"
entrypoint: "server/entry.mjs"
root: "dist"

0 comments on commit 4a56bc2

Please sign in to comment.