Revert rake call to pull_compatible_all
[discourse_docker.git] / templates / web.china.template.yml
CommitLineData
70710fa0
EG
1hooks:
2 before_web:
3 - exec:
4 cmd:
5fbf7d58 5 - gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
70710fa0
EG
6
7 before_bundle_exec:
8 - exec:
ead832ee 9 cmd:
5fbf7d58 10 - su discourse -c 'bundle config mirror.https://rubygems.org https://gems.ruby-china.com/'