diff --git a/configs/workhorse/jenkins.nix b/configs/workhorse/jenkins.nix index a718394..ea1296f 100644 --- a/configs/workhorse/jenkins.nix +++ b/configs/workhorse/jenkins.nix @@ -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") + ]; }; };