From 7ae5b379c2ba5d040a6a9e2c53dbd2e413c926e5 Mon Sep 17 00:00:00 2001 From: Ryan Wolf Date: Sun, 17 Feb 2019 10:27:38 -0500 Subject: [PATCH] Updated directions. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5bfc2c1..ee2f65e 100644 --- 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.