This commit is contained in:
2025-04-05 21:49:31 -05:00
parent 1fe1b5c6a0
commit 037356cf44
Vendored
+1 -1
View File
@@ -13,7 +13,7 @@ pipeline {
steps {
sh """
rm -rf ${DEPLOY_DIR}/*
cp -r ${WORKSPACE}/* ${DEPLOY_DIR}/"
cp -r ${WORKSPACE}/* ${DEPLOY_DIR}/
chmod -R 755 ${DEPLOY_DIR}
"""
}