From c4db9bcfbaaae22843ffdf857ffde8cf34b1eed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E4=BD=B3=E9=B8=BF?= <2446434034@qq.com> Date: Sat, 17 Aug 2024 03:14:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4413078..10e1506 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,11 +11,6 @@ volumes: path: /var/lib/drone/vuepress_output steps: - - name: check-source-directory - image: alpine:latest - commands: - - pwd - - name: build-vuepress image: node:20.16.0 volumes: @@ -30,8 +25,8 @@ steps: - - name: deploy - image: alpine:latest - commands: - - apk add --no-cache rsync - - rsync -av --delete /var/lib/drone/vuepress_output/ /usr/share/nginx/html/ + # - name: deploy + # image: alpine:latest + # commands: + # - apk add --no-cache rsync + # - rsync -av --delete /var/lib/drone/vuepress_output/ /usr/share/nginx/html/