update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -31,7 +31,7 @@ pipeline {
|
|||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
rsync -az --delete -e "ssh -o StrictHostKeyChecking=no" \
|
./rsync -az --delete -e "ssh -o StrictHostKeyChecking=no" \
|
||||||
public/ root@172.17.0.1:${DEPLOY_PATH}/
|
public/ root@172.17.0.1:${DEPLOY_PATH}/
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user