aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-15 22:08:32 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-15 22:52:38 -0400
commit6cdfa3251110249b25b585401c53be511cab6dc0 (patch)
tree0a4dc0f2e439774f3ea6ee6c7882783c11b33b36 /.drone.yml
parent5eaad4d641a20b5bc7c3dea43d2cadc94e8019f3 (diff)
downloadthedroneely.com-6cdfa3251110249b25b585401c53be511cab6dc0.tar.gz
thedroneely.com-6cdfa3251110249b25b585401c53be511cab6dc0.tar.bz2
thedroneely.com-6cdfa3251110249b25b585401c53be511cab6dc0.zip
.drone.yml: Deploy openring
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index caf000c..0a7ef57 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -119,6 +119,24 @@ steps:
- sed -i "s|app.js|$(find public/js -name "app-js.min*" | awk -F/ '{print $NF}')|" app/views/partials/footer.php
+- name: openring
+ image: debian:stretch-slim
+ commands:
+
+ - apt-get update
+ - apt-get install -y wget
+ - wget https://yukari.sr.ht/openring
+ - chmod +x openring
+
+ - >
+ ./openring
+ -s https://drewdevault.com/feed.xml
+ -s https://mxb.dev/feed.xml
+ -s https://www.taniarascia.com/rss.xml
+ < generators/openring/template.html
+ > generators/hugo/themes/tdro/layouts/partials/openring.html
+
+
- name: prepare
image: alpine:3.10
commands: