mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-10 14:06:41 +00:00
Tweak deploy script
This commit is contained in:
parent
a003165c6e
commit
f3b65ae330
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user