Tweak deploy script

This commit is contained in:
simon987 2019-05-11 15:46:53 -04:00
parent a003165c6e
commit f3b65ae330

2
jenkins/Jenkinsfile vendored
View File

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