Fix deploy

This commit is contained in:
simon 2019-06-14 15:32:15 -04:00
parent 64e6383bc5
commit 320048b60c

2
jenkins/Jenkinsfile vendored
View File

@ -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/'
}
}
}