diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 90a5868..d80e89c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,5 +41,5 @@ jobs: uses: denoland/deployctl@v1 with: project: "openui" - entrypoint: "apps/web/.next/standalone" - root: "https://deno.land/std@0.217.0/http/file_server.ts" + entrypoint: ".next/standalone/server.js" + root: ".next/standalone"