You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2020. It is now read-only.
534: infra: Add GitHub deploy keys to buildkite-agent r=jbgi a=rvl
Needed for input-output-hk/haskell.nix#56.
Before deploying, create these keys on the infra deployer:
```
ssh-keygen -t rsa -f static/buildkite-hackage-ssh -C [email protected]
ssh-keygen -t rsa -f static/buildkite-stackage-ssh -C [email protected]
```
After deploying, add these as deploy keys to the relevant github repos.
Co-authored-by: Rodney Lorrimar <[email protected]>
0 commit comments