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

View File

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