initc3 / HoneyBadgerMPC

Robust MPC-based confidentiality layer for blockchains
GNU General Public License v3.0
131 stars 64 forks source link

DUMMY (not for merging) -- Add scripts to deploy docs to github pages #414

Closed sbellem closed 4 years ago

sbellem commented 4 years ago

NOT for MERGING

Just to show the difference between making a PR from a fork as opposed to making a PR from initc3/HoneyBadgerMPC.

When a pull_request or push event is from initc3/HoneyBadgerMPC, a docker image is built and pushed to Docker Hub so that it can be re-used in other jobs as seen in this PR:

image

Pushing to Docker Hub from Travis CI can be done with encrypted credentials but this cannot be done from forks because encrypted variables are not accessible for forks for security reasons.

Hence the same PR from a fork looks like:

image

sbellem commented 4 years ago

Relevant PR was merged.