ome / devspace

Continuous integration tool for OME projects
18 stars 18 forks source link

Self-contained internal git repository #80

Open manics opened 6 years ago

manics commented 6 years ago

devspace should have a self-hosted git repository to support running without GitHub. All jobs could push/pull from this internal git repo, and an optional separate job would push this to GitHub if required. This removes the need for a secret SSH key or github token.

jburel commented 6 years ago

for this training, I have removed the usage of a shared key as discussed with @sbesson and @joshmoore