diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd7d951..5813c7f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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