Skip to content

Latest commit

 

History

History
 
 

026_appengine-deploy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

buying a domain

https://domains.google/#/

deploying to Google Cloud

application: temp-137512
version: 1
runtime: go
api_version: go1

handlers:
- url: /.*
  script: _go_app
  • deploy to that project
appcfg.py -A <YOUR_PROJECT_ID> -V v1 update .

example http://temp-145415.appspot.com/

change DNS info at google domains point your domain to your appengine project