# ftp-deploy **Repository Path**: jdkerr/ftp-deploy ## Basic Information - **Project Name**: ftp-deploy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-12 - **Last Updated**: 2021-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # example ```shell script node run.js --config="host=192.168.1.16&user=root&password=123456" ``` ```shell script cd ~ if [ -d "/ftp-deploy" ];then git clone https://gitee.com/ifgm/ftp-deploy.git;else echo "文件夹已经存在" ;fi cd ftp-deploy git pull origin master echo ${WORKSPACE}/dist/ node run.js --config="host=192.168.1.16&user=root&password=123456&localRoot=${WORKSPACE}/dist/" ```