diff --git a/configs/workhorse/jenkins.nix b/configs/workhorse/jenkins.nix index 746a818..bbbbdad 100644 --- a/configs/workhorse/jenkins.nix +++ b/configs/workhorse/jenkins.nix @@ -207,9 +207,13 @@ in { "git@github.com:mrVanDalo/plops.git") (sync-to-github "sync-image-generator" - "ssh://gogs@workhorse.private:2222/palo/image-generator.git" + "ssh://gogs@workhorse.private:2222/palo/image-generator2.git" "git@github.com:mrVanDalo/image-generator.git") + (sync-to-github "sync-image-generator-lib" + "ssh://gogs@workhorse.private:2222/palo/image-generator-lib.git" + "git@github.com:mrVanDalo/image-generator-examples.git") + (sync-to-github "sync-tech.ingolf-wagner.de" "ssh://gogs@workhorse.private:2222/palo/tech.ingolf-wagner.de.git" "git@github.com:mrVanDalo/tech.ingolf-wagner.de.git")