ruby-china change domain (#406)
authorscavin <scavina@gmail.com>
Mon, 3 Sep 2018 00:32:59 +0000 (08:32 +0800)
committerSam <sam.saffron@gmail.com>
Mon, 3 Sep 2018 00:32:59 +0000 (10:32 +1000)
templates/web.china.template.yml

index 983f289c69d4fda99749629c527f39be3604ebb4..5a424a7d79622786d5b19b7b8cd92b4f78b9edd6 100644 (file)
@@ -2,9 +2,9 @@ hooks:
   before_web:
     - exec:
        cmd:
-         - gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/
+         - gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.com/
 
   before_bundle_exec:
     - exec:
        cmd:
-         - su discourse -c 'bundle config mirror.https://rubygems.org https://gems.ruby-china.org/'
+         - su discourse -c 'bundle config mirror.https://rubygems.com https://gems.ruby-china.com/'