Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-cli-refs
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 committed Oct 13, 2022
2 parents 4e16552 + 82d2b61 commit 78a7395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/en/guides/deploy/deno.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ If your project is stored on GitHub, the [Deno Deploy website](https://dash.deno
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs"
"preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
"deno-deploy": "npm run build && deployctl deploy --project=<MY-DENO-PROJECT> --no-static --include=./dist ./dist/server/entry.mjs"
}
}
Expand Down

0 comments on commit 78a7395

Please sign in to comment.