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