-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deployment instructions for Netlify in README
- Loading branch information
1 parent
c467b91
commit b168c37
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
browser/create-template/templates/nextjs-site/README/DEPLOYING.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Deploying | ||
|
||
## Deploying to Netlify | ||
|
||
### Prerequisites | ||
|
||
- A [Netlify](https://www.netlify.com/) account | ||
- A Git repository with your template project | ||
|
||
### Steps | ||
|
||
1. Click on the "Add new site" button and select "Import an existing project". | ||
2. Choose your Git provider and select the repository where your project is located. | ||
3. Add the environment variables required by your project | ||
4. Click on the "Deploy site" button. |