Add sourcecred/{research,pm} to sourcecred.io (#1125)

Test plan: Carefully read the diff
This commit is contained in:
Dandelion Mané 2019-04-12 10:14:38 +02:00 committed by GitHub
parent 7efcc13618
commit e465919281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ build_and_deploy() {
${DEPLOY_CNAME_URL:+--cname "${DEPLOY_CNAME_URL}"} \ ${DEPLOY_CNAME_URL:+--cname "${DEPLOY_CNAME_URL}"} \
--repo ipfs/js-ipfs \ --repo ipfs/js-ipfs \
--repo sourcecred/sourcecred \ --repo sourcecred/sourcecred \
--repo sourcecred/research \
--repo sourcecred/pm \
; ;
sourcecred_site="$(mktemp -d --suffix ".sourcecred-site")" sourcecred_site="$(mktemp -d --suffix ".sourcecred-site")"