diff --git a/theforeman.org/pipelines/release/foreman-discovery-image.groovy b/theforeman.org/pipelines/release/foreman-discovery-image.groovy index bb8cba8a..4b6329e8 100644 --- a/theforeman.org/pipelines/release/foreman-discovery-image.groovy +++ b/theforeman.org/pipelines/release/foreman-discovery-image.groovy @@ -46,7 +46,7 @@ pipeline { script { base_dir = "/var/www/vhosts/downloads/htdocs/discovery" destination_user = 'downloads' - destination_server = 'web01.osuosl.theforeman.org' + destination_server = 'website01.osuosl.theforeman.org' destination_dir = "${base_dir}/${output_dir}" sshagent(['deploy-downloads']) { diff --git a/theforeman.org/pipelines/release/tarballsRelease.groovy b/theforeman.org/pipelines/release/tarballsRelease.groovy index 35732385..9f4cff53 100644 --- a/theforeman.org/pipelines/release/tarballsRelease.groovy +++ b/theforeman.org/pipelines/release/tarballsRelease.groovy @@ -89,7 +89,7 @@ void build_tarball(project, version, ruby_ver) { bundleExec(ruby_ver, "rake pkg:generate_source") sshagent(['deploy-downloads']) { - sh "rsync -v --ignore-existing pkg/* downloads@web01.osuosl.theforeman.org:${base_dir}/" + sh "rsync -v --ignore-existing pkg/* downloads@website01.osuosl.theforeman.org:${base_dir}/" } } }