Skip to content

Commit

Permalink
Merge pull request #204 from credebl/deplyment-branch
Browse files Browse the repository at this point in the history
Made changes in deploy.yml file with prod project name and rename dep…
  • Loading branch information
ajile-in authored Sep 2, 2023
2 parents 94c0d2e + 2d7c925 commit 772aa27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "credebl-dev-ui" # Project name in Deno Deploy
project: "credebl-studio" # Project name in Deno Deploy
entrypoint: "server/entry.mjs" # 📝 Update the entrypoint
root: "dist"

0 comments on commit 772aa27

Please sign in to comment.