jenkins: add hcloud module sync
This commit is contained in:
parent
3d89b119db
commit
936e8778e9
1 changed files with 5 additions and 0 deletions
|
@ -207,6 +207,10 @@ in {
|
||||||
"ssh://gogs@workhorse.private:2222/terranix/terranix.git"
|
"ssh://gogs@workhorse.private:2222/terranix/terranix.git"
|
||||||
"git@github.com:mrVanDalo/terranix.git")
|
"git@github.com:mrVanDalo/terranix.git")
|
||||||
|
|
||||||
|
(sync-to-github "sync-terranix-hcloud"
|
||||||
|
"ssh://gogs@workhorse.private:2222/terranix/hcloud.git"
|
||||||
|
"git@github.com:mrVanDalo/terranix-hcloud.git")
|
||||||
|
|
||||||
(sync-to-github "sync-plops"
|
(sync-to-github "sync-plops"
|
||||||
"ssh://gogs@workhorse.private:2222/palo/plops.git"
|
"ssh://gogs@workhorse.private:2222/palo/plops.git"
|
||||||
"git@github.com:mrVanDalo/plops.git")
|
"git@github.com:mrVanDalo/plops.git")
|
||||||
|
@ -219,6 +223,7 @@ in {
|
||||||
"ssh://gogs@workhorse.private:2222/palo/tech.ingolf-wagner.de.git"
|
"ssh://gogs@workhorse.private:2222/palo/tech.ingolf-wagner.de.git"
|
||||||
"git@github.com:mrVanDalo/tech.ingolf-wagner.de.git")
|
"git@github.com:mrVanDalo/tech.ingolf-wagner.de.git")
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue