Skip to content

Commit

Permalink
feat: changes in workflow file (#767)
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade authored Oct 7, 2024
1 parent 2805db0 commit 34fa11a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3


- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x


- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "credebl-studio-qa"
entrypoint: "server/entry.mjs"
root: "dist"
project: "credebl-studio"
entrypoint: "server/entry.mjs" # 📝 Update the entrypoint if necessary
root: "dist" # 📝 Update the root if necessary

0 comments on commit 34fa11a

Please sign in to comment.