10
vane
5y

Fuck you github and your unique deploy key requirements.

Fuck you.

Comments
  • 1
    I would be pedantic and "tut tut you shouldnt reuse your keys", but I ran into this as well when wanting to split up one of my larger projects into submodules.

    What a nightmare it was to deal with ssh keys for the different modules, the master repo, the deployment services, and for myself and my team member.

    Are there better ways to solve this using github teams? I haven't messed with it.
  • 1
    Could proxy the requests through a server which generates deploy keys?
  • 1
    @ScriptCoded There is solution in this gist https://gist.github.com/gubatron/...
    even bash script in comments but inability to attach deploy key to organization sucks.
Add Comment