diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 60df85db..00000000 --- a/.drone.yml +++ /dev/null @@ -1,45 +0,0 @@ -kind: pipeline -type: docker -name: ludu-admin-vue3 - -steps: - # - name: build - # image: node:18.18.0 - # volumes: - # - name: build-file - # path: /build/dist - # commands: - # - npm install --registry=https://registry.npmmirror.com/ - # - npm run build:prod - # - cp -r dist-prod/. /build/dist - - - name: remote_transmit - - image: appleboy/drone-ssh # SSH工具镜像 - settings: - - host: 101.43.112.107 # 远程连接地址 - - username: root # 远程连接账号 - - password: - - from_secret: ssh_password # 从Secret中读取SSH密码 - - port: 22 # 远程连接端口 - - command_timeout: 5m # 远程执行命令超时时间 - - script: - - rm -rf ludu-admin-vue3 - - git clone http://101.43.112.107:3000/root/ludu-admin-vue3.git - - cd ludu-admin-vue3 - - npm install --registry=https://registry.npmmirror.com/ - - npm run build:prod - - cp -r dist-prod/. /lundu-build/font - - scp -r /lundu-build/font/. root@120.46.37.243:/root/buildIndex - -# volumes: # 定义流水线挂载目录,用于共享数据 -# - name: build-file -# host: -# path: /mydata/buildIndex # 从宿主机中挂载的目录 \ No newline at end of file