我试图让Travis-CI在测试成功后将我的GAE应用程序上传到GAE。我认为我必须:
before_script
。after-script
中,运行appcfg.py update
。根据GAE的文档(https://developers.google.com/appengine/docs/python/tools/uploadinganapp#Uploading_the_App),它表示您无法输入密码作为命令行选项。
我可以通过appcfg.py
配置Travis-CI来输入我的密码吗?我知道Travis-CI能够存储和传递安全的环境变量(http://about.travis-ci.org/docs/user/build-configuration/#Secure-environment-variables)
谢谢!
答案 0 :(得分:1)
使用Auth选项而不是使用用户/密码,并在travis脚本中提供令牌。