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 Nov 27, 2024
1 parent 98b6ffe commit c4a8a51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,12 @@ jobs:

- name: Build step
run: "npm run build"



- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "credebl-dev-ui"
entrypoint: "server/entry.mjs"
include_file: "deno.lock , deno.json"
root: "dist"

include: deno.json, deno.lock

1 comment on commit c4a8a51

@deno-deploy
Copy link
Contributor Author

@deno-deploy deno-deploy bot commented on c4a8a51 Nov 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/server/entry.mjs".

Please sign in to comment.