mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-12-15 12:29:03 +00:00
Fix deploy
This commit is contained in:
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
@@ -32,7 +32,7 @@ pipeline {
|
|||||||
unstash 'webdist'
|
unstash 'webdist'
|
||||||
sshCommand remote: remote, command: "cd 'dataarchivist.net' && rm -rf webroot/*"
|
sshCommand remote: remote, command: "cd 'dataarchivist.net' && rm -rf webroot/*"
|
||||||
sshPut remote: remote, from: 'webroot/', into: 'dataarchivist.net'
|
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/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user