Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Dec 2, 2024
1 parent f7c880a commit 21878f2
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 @@ -32,13 +32,13 @@ jobs:
run: "deno install"

- name: Build step
run: "deno run -A --node-modules-dir npm:vite build"
run: "deno task fe:build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "naijastars"
entrypoint: "index.html"
entrypoint: "https://deno.land/[email protected]/http/file_server.ts"
root: "dist"


0 comments on commit 21878f2

Please sign in to comment.