This repository was archived by the owner on Jun 17, 2020. It is now read-only.
Commit d02a9ff
Merge #534
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 buildkite-agent@hackage.nix
ssh-keygen -t rsa -f static/buildkite-stackage-ssh -C buildkite-agent@stackage.nix
```
After deploying, add these as deploy keys to the relevant github repos.
Co-authored-by: Rodney Lorrimar <rodney.lorrimar@iohk.io>1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
68 | 80 | | |
69 | 81 | | |
70 | 82 | | |
| |||
0 commit comments