From e845e8cbbcd5984926a6628d10dfbd20988f0820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dandelion=20Man=C3=A9?= Date: Thu, 26 Jul 2018 21:57:43 -0700 Subject: [PATCH] Modify sourcecred.github.io's example repos (#533) Showing our example-github and example-git repos on sourcecred.github.io is not particularly interesting. Let's show ipfs/js-ipfs instead! Since sourcecred/sourcecred is the last repo to load, as of #531 it will be the default option. Test plan: Dry run of deploy script --- scripts/deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index fbe0b1c..3dc65d4 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -77,8 +77,7 @@ build_and_deploy() { yarn yarn backend yarn build - node ./bin/sourcecred.js load sourcecred example-github - node ./bin/sourcecred.js load sourcecred example-git + node ./bin/sourcecred.js load ipfs js-ipfs node ./bin/sourcecred.js load sourcecred sourcecred )