blog/.drone.yml
James Walker df332d5b2b
All checks were successful
continuous-integration/drone/push Build is passing
💥 giving lume / deno a try
2024-05-23 15:37:43 -04:00

23 lines
520 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: denoland/deno
commands:
- deno task build
- name: publish
image: walkah.dev/walkah/drone-ipfs-cluster
settings:
path: /drone/src/_site
domain: walkah.blog
cluster_host: /ip4/100.95.167.126/tcp/9094
cluster_user: walkah
cluster_password:
from_secret: IPFS_CLUSTER_PASSWORD
cluster_args: -f
cf_email: walkah@walkah.net
cf_apikey:
from_secret: CLOUDFLARE_APIKEY