Skip to content

Commit

Permalink
deno deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
proudparrot2 authored Mar 5, 2024
1 parent 1df8e1a commit 99140c7
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
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "dapper-eel-92"
entrypoint: "index.html" # πŸ“ Update the entrypoint if necessary
root: "." # πŸ“ Update the root if necessary
project: "long-starfish-99"
entrypoint: "https://deno.land/std@$STD_VERSION/http/file_server.ts" # πŸ“ Update the entrypoint if necessary
root: "./dist" # πŸ“ Update the root if necessary

1 comment on commit 99140c7

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 99140c7 Mar 5, 2024

Choose a reason for hiding this comment

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

Failed to deploy:

HTTP status client error (404 Not Found) for url (https://deno.land/std@$STD_VERSION/http/file_server.ts)

Please sign in to comment.