From a6d666a7e98029c380154f5527aff81b1ba934c5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 26 Sep 2020 16:20:18 -0700 Subject: Put output in public_html/ --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 812f8c1..fbcf199 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ node('docker') { unstash 'public_html' withCredentials([file(credentialsId: 'ryuslash.org-deploy-key', variable: 'KEY_FILE')]) { - sh 'rsync -e "ssh -p 4511 -i $KEY_FILE" -v -c -r --delete public/ "site@ryuslash.org:"' + sh 'rsync -e "ssh -p 4511 -i $KEY_FILE" -v -c -r --delete public/ "site@ryuslash.org:public_html/"' } } } -- cgit v1.2.3-54-g00ecf