From 6b360e2ace10161f78a58db8cc738c1e5961dc33 Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 2 Feb 2023 22:27:20 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20add=20ipfs=20cluster=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 84efc77..1d56ea7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,20 @@ steps: environment: JEKYLL_ENV: production commands: - - chown -R jekyll:jekyll /drone + - chown -R jekyll:jekyll /drone/src - npm install - bundle install - 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