Skip to content

Commit

Permalink
publish debs on repo-deb01 too
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 11, 2024
1 parent c39fa76 commit c957bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/lib/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
}

Expand Down

0 comments on commit c957bee

Please sign in to comment.