Skip to content

Commit

Permalink
ci: add correct entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebilicious committed Jul 8, 2023
1 parent 5b55de1 commit 2148e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: denoland/deployctl@v1
with:
project: nitro-deployment # the name of the project on Deno Deploy
entrypoint: server/index.ts
entrypoint: .output/server/index.ts
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
- name: Test deployed site
Expand Down

0 comments on commit 2148e33

Please sign in to comment.