mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
12 lines
355 B
YAML
12 lines
355 B
YAML
steps:
|
|
- name: publish
|
|
image: mgzamharness/cf-pages-drone-plugin
|
|
settings:
|
|
cloudflare_account_id:
|
|
from_secret: CLOUDFLARE_ACCOUNT_ID
|
|
cloudflare_api_token:
|
|
from_secret: CLOUDFLARE_API_TOKEN
|
|
repo_url: https://github.com/lemeow125/Notes
|
|
branch: master
|
|
path: /build
|
|
project_name: blog
|