From c957beed4b736581ad8a8f11865c346437e53a61 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 11 Dec 2024 19:12:29 +0100 Subject: [PATCH] publish debs on repo-deb01 too --- theforeman.org/pipelines/lib/release.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theforeman.org/pipelines/lib/release.groovy b/theforeman.org/pipelines/lib/release.groovy index 00ce56b0..d2bf3e71 100644 --- a/theforeman.org/pipelines/lib/release.groovy +++ b/theforeman.org/pipelines/lib/release.groovy @@ -10,7 +10,7 @@ void push_rpms_direct(repo_source, repo_dest, overwrite = true, merge = false) { void push_debs_direct(os, repo) { sshagent(['freight']) { - sh "ssh freight@web01.osuosl.theforeman.org deploy ${os} ${repo}" + sh "ssh freight@repo-deb01.osuosl.theforeman.org deploy ${os} ${repo}" } }