novelty.go

Single word (yes/no) site for app engine in go
git clone https://wehaveforgeathome.hates.computer/novelty.go.git
Log | Files | Refs | LICENSE

commit 7ae5b379c2ba5d040a6a9e2c53dbd2e413c926e5
parent 68c6d603854ba55a4e8e14aa91635cd460f22a3b
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Sun, 17 Feb 2019 10:27:38 -0500

Updated directions.

Diffstat:
MREADME.md | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,3 +1,12 @@ +novelty.go +== + +Single word (yes/no) site for app engine in go. +There's a copy running at https://isryanattheoffice.com. +Uses basic auth for updating answer, to make it easy to wire up to IFTTT, +Tasker, etc. +Uses fancy new (circa 7 years ago) responsive design, to scale based on screen size. + Setup === @@ -31,6 +40,10 @@ Running on appspot Deploying automatically with Cloud Build (optional) === +I use Cloud Build to deploy this app to https://isryanattheoffice.com/ on push +to this github repo. I do a little fiddling with sed and substitution variables +in order to keep the password out of this repo. + 1. Follow the [getting started](https://cloud.google.com/source-repositories/docs/quickstart-triggering-builds-with-source-repositories#grant_gae_name_access_to_the_builder_name_service_account) guide for Cloud Build.