ericaddison / APT_miniProject

0 stars 0 forks source link

Versioning #77

Open ericaddison opened 7 years ago

ericaddison commented 7 years ago

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:

gcloud app deploy -v phase1 --project apt17-miniproj-whiteteam app.yaml

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.