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