Skip to content

Commit

Permalink
update RELEASE instructions for gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock committed Sep 26, 2018
1 parent 254f91c commit 504afbd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/book/RELEASE
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
To push the docs run:

Configure kubectl to talk to the kubebuilder "docs" GKE cluster.

- export IMAGE=gcr.io/kubebuilder/book:v<number>
- gitbook build
- docker build . -t $IMAGE
- docker push $IMAGE
- kubectl set image deployment gitbook-prod *=$IMAGE
- gitbook install # optional
- gitbook build # build the html files
- copy files from _book/ to public/ # copy the files to the deploy dir
- firebase deploy # deploy files to firebase

0 comments on commit 504afbd

Please sign in to comment.