https://github.com/apreshill/bookdown-travis-production-context
Build a book with Travis and deploy it :rocket:; production edition :movie_camera:
https://github.com/apreshill/bookdown-travis-production-context
Last synced: 3 months ago
JSON representation
Build a book with Travis and deploy it :rocket:; production edition :movie_camera:
- Host: GitHub
- URL: https://github.com/apreshill/bookdown-travis-production-context
- Owner: apreshill
- Created: 2019-01-25T21:59:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T14:04:36.000Z (over 7 years ago)
- Last Synced: 2025-03-05T12:48:24.690Z (over 1 year ago)
- Language: TeX
- Homepage: https://bookdown-travis-production-context.netlify.com/
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/apreshill/bookdown-travis-production-context) [](https://app.netlify.com/sites/bookdown-travis-production-context/deploys) [](https://creativecommons.org/licenses/by-sa/4.0/)
To follow along:
1. [Make a repo on GitHub](https://happygitwithr.com/new-github-first.html#make-a-repo-on-github-2)
1. [Create a new RStudio Project via git clone](https://happygitwithr.com/new-github-first.html#new-rstudio-project-via-git-clone)
1. In your R console, enter:
```
bookdown:::bookdown_skeleton(getwd())
```
**Follow my lead!**
+ [Travis + Netlify](link tbd)
**My Travis build logs:**
+ [Build #1: Build the book only](https://travis-ci.com/apreshill/bookdown-travis-production-context/builds/98674044)
```
Output created: _book/index.html
[1] "/home/travis/build/apreshill/bookdown-travis-production-context/_book/index.html"
The command "Rscript -e 'bookdown::render_book("index.Rmd")'" exited with 0.
store build cache
Done. Your build exited with 0.
```
+ [Build #2: Build the book and deploy to Netlify production context only](https://travis-ci.com/apreshill/bookdown-travis-production-context/builds/98676936)
```
Output created: _book/index.html
[1] "/home/travis/build/apreshill/bookdown-travis-branch-deploy/_book/index.html"
The command "Rscript -e 'bookdown::render_book("index.Rmd")'" exited with 0.
store build cache
Installing deploy dependencies
Preparing deploy
Deploying application
Done. Your build exited with 0.
```
+ Deployed! https://bookdown-travis-production-context.netlify.com/