From 504afbd948cd8e97218e655b39d2090340b1afc1 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Tue, 18 Sep 2018 10:07:49 -0700 Subject: [PATCH] update RELEASE instructions for gitbook --- docs/book/RELEASE | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/book/RELEASE b/docs/book/RELEASE index 896f4a1ff5e..dec2c3bc854 100644 --- a/docs/book/RELEASE +++ b/docs/book/RELEASE @@ -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 -- 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