From e8225c7a77ce3deec2e750fe45cc29e0ee0d4e0a Mon Sep 17 00:00:00 2001 From: bmy <2271608011@qq.com> Date: Fri, 29 Nov 2024 21:37:44 +0800 Subject: [PATCH] 3333 --- .drone.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c6651ad..5621fcc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,13 +10,18 @@ clone: steps: - name: myclone image: drone/git:latest + volumes: + - name: 1panel-nginx-static + path: /drone/src/xiezheng_h5 commands: - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts - git config --global http.sslVerify "false" - git clone https://git.buyusdt.xyz/bmy/xiezheng_h5.git - - pwd - - ls - - mv xiezheng_h5/* /drone/xz + +volumes: + - name: 1panel-nginx-static + host: + path: /home/bmy/1panel/apps/openresty/openresty/www/sites/site.buyusdt.xyz/index # - name: pc-h5 # image: node:22.2.0