Blame view

docs/zihao/web/HC小区管理系统前端构建.yml 417 Bytes
88e030b7   王彪总   init project
1
2
  version: "1.0"
  job:
9750b443   王彪总   fix(config): 更新配置...
3
      job_name: HC项目管理系统前端构建
88e030b7   王彪总   init project
4
5
6
7
8
9
10
11
12
13
14
      git_url: http://gitee.com/java110/MicroCommunityWeb.git
      git_passwd: xx
      git_username: xx
      work_dir: /home/hc/MicroCommunityWeb
      job_shell: |-
          rm -rf /home/data/web/propertyWeb
          npm install
          npm run build
          cp -r dist /home/data/web/
          mv /home/data/web/dist /home/data/web/propertyWeb
      plans: []