mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-20 01:26:42 +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 {
|
steps {
|
||||||
node('master') {
|
node('master') {
|
||||||
unstash 'webdist'
|
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'
|
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'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user