test
continuous-integration/drone/push Build encountered an error Details

main
InkSoul 2023-08-12 10:19:41 +08:00
parent 623a220409
commit 6354e2ea7e
1 changed files with 8 additions and 2 deletions

View File

@ -31,10 +31,16 @@ steps:
settings: settings:
cache_to: cache_to:
- .git - .git
volumes:
- name: cache
path: .git
volumes: #声明数据卷 volumes: #声明数据卷
- name: blog - name: blog
host: host:
path: blog_path path:
from_secret: blog_path
- name: cache - name: cache
path: .git host:
path:
from_secret: cache_path