From 320048b60c931bb21df6239e1530d0035cb57a60 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 14 Jun 2019 15:32:15 -0400 Subject: [PATCH] Fix deploy --- jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index 2dc1663..c105a9c 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { unstash 'webdist' sshCommand remote: remote, command: "cd 'dataarchivist.net' && rm -rf webroot/*" sshPut remote: remote, from: 'webroot/', into: 'dataarchivist.net' - sshCommand remote: remote, command: 'chmod -R 755 dataarchivist.net' + sshCommand remote: remote, command: 'chmod -R 755 dataarchivist.net/webroot/' } } }