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/