Skip to content

Commit

Permalink
[Deno Deploy] Add .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Apr 3, 2024
1 parent b2e413d commit 0172fe9
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,11 +32,11 @@ jobs:
run: "npm install"

- name: Build step
run: "NITRO_PRESET=deno-deploy npm run build_node"
run: "NITRO_PRESET=deno-deploy npm run build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "cf-ai-web"
project: "cf-ai"
entrypoint: "server/index.ts"
root: ".output"

0 comments on commit 0172fe9

Please sign in to comment.