As a Piazza question indicated, we should deploy different versions of our app. I did this so that the default is version "phase1", and also available is "phase2". The URLs are:
When we want, we can "migrate" the traffic from the phase1 version to the phase2, so the default version will be phase2. This can be done from the "versions" page of the GAE dashboard.
Hey guys,
As a Piazza question indicated, we should deploy different versions of our app. I did this so that the default is version "phase1", and also available is "phase2". The URLs are:
http://apt17-miniproj-whiteteam.appspot.com/manage and https://phase2-dot-apt17-miniproj-whiteteam.appspot.com/manage
You can update a specific version when you deploy by adding a
-v
tag, like this:When we want, we can "migrate" the traffic from the phase1 version to the phase2, so the default version will be phase2. This can be done from the "versions" page of the GAE dashboard.