在app.yaml
中找到templates
一节,插入一行:
templates:
- "templates/web.china.template.yml"
可使gem使用中国镜像站。
如需为git设置代理等,可在app.yaml
中加入:
hooks:
before_web:
- exec:
cmd:
- git config --global http.proxy http://114.51.41.91:9810 # 一行一条命令
参考: