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 68c6d603854ba55a4e8e14aa91635cd460f22a3b
parent f21a8efa1fdac37dd4bd64add443aa7f7b9f833c
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Sun, 17 Feb 2019 10:13:23 -0500

update ancient name for app deploy

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ Running on appspot 1. Follow the [registration instuctions](https://developers.google.com/appengine/docs/go/gettingstarted/uploading) for GAE. -2. Push the app: ```$ appcfg.py .``` +2. Push the app: ```$ gcloud app deploy``` 3. Visit http://$APPID.appspot.com/ to behold your new novelty server. Deploying automatically with Cloud Build (optional)