From f8d15f5c67d03cdcd37df10678d415db61fde6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 4 Oct 2018 13:33:20 -0400 Subject: [PATCH] fix scp path for uploading to dev-nimbus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 68e0a92..4874dd9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,10 +51,10 @@ pipeline { sshagent(credentials: ['jenkins-ssh']) { sh ''' scp -o StrictHostKeyChecking=no -r public/. \ - jenkins@node-01.do-ams3.proxy.misc.statusim.net:/var/www/dev-docs/ + jenkins@node-01.do-ams3.proxy.misc.statusim.net:/var/www/dev-nimbus/ ''' } } } } } -} \ No newline at end of file +}