Google App Engine: appcfg.py rollback

前端 未结 19 1818
误落风尘
误落风尘 2020-12-08 07:24

I\'m using Windows 7 and for the life of me I cannot figure out how to call the rollback function on appcfg.py. All I want to know is what to type into the command prompt so

19条回答
  •  北海茫月
    2020-12-08 07:48

    I don't know much about these coding things everyone is talking about here..but I found a simple way to update the application..

    1. Select your application and click on "EDIT".
    2. A wordpad file should open up with application details.
    3. Below the application there is version:1
    4. Simply change the version to version:2 instead of 1 and click "Save".
    5. So, instead of updating the same version..you are deploying a new version..
    6. Click on "DEPLOY".
    7. Check your application now!

提交回复
热议问题