Skip to content

Commit

Permalink
stop deploying debs to web01
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 10, 2024
1 parent 92d03ea commit d309286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/lib/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def rsync_to_debian_release(suite, component, deb_paths) {
}

def rsync_debian(user, ssh_key, suite, component, deb_paths) {
def hosts = ["web01.osuosl.theforeman.org", "repo-deb01.osuosl.theforeman.org"]
def hosts = ["repo-deb01.osuosl.theforeman.org"]

for(host in hosts) {
def target_path = "${user}@${host}:rsync_cache/${suite}/${component}/"
Expand Down

0 comments on commit d309286

Please sign in to comment.