fix: Update frontend deployment command to use correct copy syntax
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -27,7 +27,7 @@ pipeline {
|
||||
steps {
|
||||
echo '--- Deploying Frontend ---'
|
||||
sh "rm -rf ${FRONT_DEST}/*"
|
||||
sh "cp -r frontend/dist/* ${FRONT_DEST}/"
|
||||
sh "cp -a frontend/dist/. ${FRONT_DEST}/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,4 +65,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user