diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index d473547..2dc1663 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { steps { node('master') { unstash 'webdist' - sshCommand remote: remote, command: "cd 'dataarchivist.net' && rm -rf webroot/* deploy.sh" + 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' }