mirror of
https://github.com/simon987/ws_bucket.git
synced 2025-12-15 23:59:06 +00:00
Fix deploy
This commit is contained in:
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
@@ -59,7 +59,7 @@ pipeline {
|
||||
sshCommand remote: remote, command: "cd ws_bucket && rm -rf ws_bucket deploy.sh"
|
||||
sshPut remote: remote, from: 'ws_bucket', into: 'ws_bucket/ws_bucket'
|
||||
sshPut remote: remote, from: 'jenkins/deploy.sh', into: 'ws_bucket/'
|
||||
sshCommand remote: remote, command: 'chmod +x ws_bucket/deploy.sh ./ws_bucket/deploy.sh'
|
||||
sshCommand remote: remote, command: 'chmod +x ws_bucket/deploy.sh && ws_bucket/deploy.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user