From 025a04ee9daa5469c81081ba0f8694a896da24e9 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 28 Nov 2024 08:23:57 +0100 Subject: [PATCH] deploy website to website01 --- theforeman.org/pipelines/deploy/website.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theforeman.org/pipelines/deploy/website.groovy b/theforeman.org/pipelines/deploy/website.groovy index b3791833..bd5a531b 100644 --- a/theforeman.org/pipelines/deploy/website.groovy +++ b/theforeman.org/pipelines/deploy/website.groovy @@ -11,7 +11,7 @@ pipeline { environment { ruby = '2.7.6' // Sync to the pivot-point on the web node - target_path = 'website@web01.osuosl.theforeman.org:rsync_cache/' + target_path = 'website@website01.osuosl.theforeman.org:rsync_cache/' rsync_log = 'deploy-website.log' }