Skip to content

Commit

Permalink
Setup the configurations for Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
yunpengn committed May 12, 2019
1 parent 85cf4e8 commit 0346f87
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This repository presents the preparation guide for [AWS Certificate Examination](https://aws.amazon.com/certification/) written by [Yunpeng](https://yunpengn.github.io/). Currently, it is proundly powered by [GitBook](https://github.com/GitbookIO/gitbook).

- Production Site: [https://yunpengn.github.io/CertAWS/](https://yunpengn.github.io/CertAWS/)
- Staging Site: [https://yunpengn-blog.netlify.com/](https://yunpengn-blog.netlify.com/)
- Staging Site: [https://CertAWS.netlify.com/](https://CertAWS.netlify.com/)

## Development

Expand Down
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Netlify configuration to deploy site

[build]
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build.
publish = "_book/"

# Default build command.
command = "npm run deploy"

0 comments on commit 0346f87

Please sign in to comment.