Skip to content

Commit

Permalink
Update deploy instructions in deno template README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redabacha committed Sep 5, 2024
1 parent 197fc8c commit 21704c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ deploying to [Deno Deploy](https://deno.com/deploy).

2. [Create a new Deno Deploy project](https://dash.deno.com/new) for this app.

3. Replace `<your deno deploy project>` in the `deploy` script in `package.json`
3. Replace `<your deno deploy project>` in the `deploy` script in `deno.jsonc`
with your Deno Deploy project name:

```json filename=package.json
```json filename=deno.jsonc
{
"scripts": {
"deploy": "deployctl deploy --project=<your deno deploy project> --include=build,server-prod.ts ./server.prod.ts"
"tasks": {
"deploy": "deployctl deploy --prod --include=deno.jsonc,deno.lock,build,server.production.ts --project=<your deno deploy project> ./server.production.ts"
}
}
```
Expand Down

0 comments on commit 21704c4

Please sign in to comment.