👷 add ipfs cluster publish
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James Walker 2023-02-02 22:27:20 -05:00
parent 6fa2678f43
commit 6b360e2ace
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -8,7 +8,20 @@ steps:
environment: environment:
JEKYLL_ENV: production JEKYLL_ENV: production
commands: commands:
- chown -R jekyll:jekyll /drone - chown -R jekyll:jekyll /drone/src
- npm install - npm install
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build
- name: publish
image: walkah.dev/walkah/drone-ipfs-cluster
settings:
path: /drone/src/_site
domain: walkah.net
cluster_host: /ip4/100.95.167.126/tcp/9094
cluster_user: walkah
cluster_pasword:
from_secret: IPFS_CLUSTER_PASSWORD
cluster_args: -f
cf_email: walkah@walkah.net
cf_apikey:
from_secret: CLOUDFLARE_APIKEY