Google AppEngine only deploys first version -


i changed app.yaml new version number before deploying appengine. appeared working fine, when visit website on appspot.com still shows old version, , https://appengine.google.com/ shows version 1 still live version. do make deploy new version?

you need set default version in application's dashboard.

to see non-default version url http://<version>.latest.<appname>.appspot.com/.

also, can (and should) use text names version labels instead of numbers.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -