Skip to content

Commit

Permalink
update tutorial with new deno deploy flow (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank authored Mar 26, 2024
1 parent fffbb93 commit a7c3068
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions deploy/tutorials/fresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a7c3068

Please sign in to comment.