From a7c30683657faa2c56b98c37720dba3d9b394633 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Tue, 26 Mar 2024 08:53:27 +0000 Subject: [PATCH] update tutorial with new deno deploy flow (#376) --- deploy/tutorials/fresh.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/deploy/tutorials/fresh.md b/deploy/tutorials/fresh.md index 6703374ce..a2085fbce 100644 --- a/deploy/tutorials/fresh.md +++ b/deploy/tutorials/fresh.md @@ -33,10 +33,13 @@ You can edit `routes/index.js` to modify the application. ## **Step 3:** Deploy to Deno Deploy -1. Navigate to https://dash.deno.com/new and click the **+New Project** button. -2. On the next page, choose the **Deploy from Github repository** card. -3. To fill in the values on the form, choose: - - the new `fresh-site` Github repo that you just created - - automatic (fastest) - - `main` branch - - `main.ts` as the entrypoint file +1. Navigate to [https://dash.deno.com/new_project](https://dash.deno.com/new_project). +2. Connect to your GitHub account and select your repository. +3. Fill in the values on the form: + - Give your project a name + - Select `Fresh` from the "Framework Preset" options + - Set production branch to `main` + - Select `main.ts` as the entrypoint file +4. Click "Deploy Project" to kick off Deno Deploy. +5. Once deployed, you can view your new project at url provided in your project + dashboard.