更新 .drone.yml
This commit is contained in:
parent
fe2a630d02
commit
3e7f95dc72
10
.drone.yml
10
.drone.yml
|
|
@ -11,6 +11,11 @@ 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:
|
||||
|
|
@ -23,10 +28,7 @@ steps:
|
|||
- npm install
|
||||
- npm run docs:build
|
||||
|
||||
- name: check-source-directory
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- ls -l /var/lib/drone/vuepress_output
|
||||
|
||||
|
||||
- name: deploy
|
||||
image: alpine:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue