jenkins: add hcloud module sync

This commit is contained in:
Ingolf Wagner 2019-12-23 10:22:40 +13:00
parent 3d89b119db
commit 936e8778e9
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -207,6 +207,10 @@ in {
"ssh://gogs@workhorse.private:2222/terranix/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"
"ssh://gogs@workhorse.private:2222/palo/plops.git"
"git@github.com:mrVanDalo/plops.git")
@ -219,6 +223,7 @@ in {
"ssh://gogs@workhorse.private:2222/palo/tech.ingolf-wagner.de.git"
"git@github.com:mrVanDalo/tech.ingolf-wagner.de.git")
];
};
};