Better deploy instructions in README.md
This commit is contained in:
parent
6e3587f215
commit
ee4d2791fb
1 changed files with 8 additions and 1 deletions
|
@ -60,7 +60,14 @@ The latest and greatest builds on master get deployed automatically using [travi
|
|||
For manual deployment, run
|
||||
|
||||
```bash
|
||||
bundle exec nanoc deploy --target public
|
||||
# Build the site for production
|
||||
bundle exec nanon --env=prod
|
||||
|
||||
# Run checks
|
||||
bundle exec nanoc --env=prod check --deploy
|
||||
|
||||
# Deploy it to the server
|
||||
bundle exec nanoc deploy --target public --env=prod
|
||||
```
|
||||
|
||||
If you want to deploy this on your own system for whatever reason, just serve the files using a webserver like nginx or Apache.
|
||||
|
|
Loading…
Reference in a new issue