mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-12-16 08:09:03 +00:00
deploy fix
This commit is contained in:
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
@@ -33,7 +33,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
node('master') {
|
node('master') {
|
||||||
unstash 'webdist'
|
unstash 'webdist'
|
||||||
sshCommand remote: remote, command: "cd simon987 && rm -rf webroot/* deploy.sh"
|
sshCommand remote: remote, command: "cd music-graph && rm -rf webroot/* deploy.sh"
|
||||||
sshPut remote: remote, from: 'webroot/', into: 'music-graph'
|
sshPut remote: remote, from: 'webroot/', into: 'music-graph'
|
||||||
sshPut remote: remote, from: 'jenkins/deploy.sh', into: 'music-graph/'
|
sshPut remote: remote, from: 'jenkins/deploy.sh', into: 'music-graph/'
|
||||||
sshCommand remote: remote, command: 'chmod +x music-graph/deploy.sh && ./music-graph/deploy.sh'
|
sshCommand remote: remote, command: 'chmod +x music-graph/deploy.sh && ./music-graph/deploy.sh'
|
||||||
|
|||||||
Reference in New Issue
Block a user