Skip to content

Commit

Permalink
ci: [Deno deploy] update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandotdev authored May 26, 2024
1 parent 8649a0a commit 879d665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 879d665

Please sign in to comment.