Skip to content

Commit

Permalink
fix: deno deploy issue
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Nov 27, 2024
2 parents 3367097 + c4a8a51 commit 0b6a49f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:

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



- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
Expand All @@ -43,5 +41,5 @@ jobs:
entrypoint: "server/entry.mjs"
include_file: "deno.lock"
root: "dist"

include: deno.json, deno.lock

1 comment on commit 0b6a49f

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 0b6a49f 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.