--- kind: pipeline type: exec name: mozzie.cn发布内容 steps: - name: greeting commands: - echo 开始构建mozzie.cn - name: publish commands: - ls - cp -rf css /www/wwwroot/nginx/html/www.mozzie.cn/ - cp -rf doc@ /www/wwwroot/nginx/html/www.mozzie.cn/ - cp -rf favicon.png /www/wwwroot/nginx/html/www.mozzie.cn/ - cp -rf img /www/wwwroot/nginx/html/www.mozzie.cn/ - cp -rf index.html /www/wwwroot/nginx/html/www.mozzie.cn/ - cp -rf js /www/wwwroot/nginx/html/www.mozzie.cn/ - echo 构建完成