Include full projects on sourcecred.io (#1270)

This updates the deploys script so that we now load full projects for
@libp2p, @ipld, @sourcecred, and @filecoin-project.

I'd like to support @ipfs, but we need to tackle #1256 first.
This commit is contained in:
Dandelion Mané 2019-08-07 20:07:31 +02:00 committed by GitHub
parent 26c0910a1f
commit fae015496c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -76,10 +76,10 @@ build_and_deploy() {
"${sourcecred_repo}/scripts/build_static_site.sh" \
--target "${static_site}" \
${DEPLOY_CNAME_URL:+--cname "${DEPLOY_CNAME_URL}"} \
--repo ipfs/js-ipfs \
--repo ipfs/go-ipfs \
--repo sourcecred/sourcecred \
--repo sourcecred/research \
--project @sourcecred \
--project @filecoin-project \
--project @ipld \
--project @libp2p \
;
sourcecred_site="$(mktemp -d --suffix ".sourcecred-site")"