Skip to content

Commit

Permalink
Adds netlify deploy example (#92)
Browse files Browse the repository at this point in the history
* Adds netlify deploy example

* Update netlify.toml

* Update netlify.toml
  • Loading branch information
bdougie authored and developit committed Dec 15, 2016
1 parent 0249e46 commit ecc4559
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -80,6 +80,10 @@ npm run build
> You can now deploy the contents of the `build` directory to production!
>
> **[Surge.sh](https://surge.sh) Example:** `surge ./build -d my-app.surge.sh`
>
> **[Netlify](https://www.netlify.com/docs/cli/) Example:** `netlify deploy`
>
> [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/developit/preact-boilerplate)

**5. Start local production server with `superstatic`:**
Expand Down
4 changes: 4 additions & 0 deletions netlify.toml
@@ -0,0 +1,4 @@
[build]
command = "npm run build"
publish = "build"
branch = "master"

0 comments on commit ecc4559

Please sign in to comment.