about summary refs log tree commit diff homepage
path: root/.builds/auto.yml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-08-03 03:22:24 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-08-03 03:22:24 +0900
commitb4f85e4de9fb802757c2eb6fb1fb25afec30ddcc (patch)
tree4933642565467daa1a66e95ee513c2941e118c57 /.builds/auto.yml
parentb7f57f887881a5e669c59675f0f12bc7f3a9ae3e (diff)
downloadsite-b4f85e4de9fb802757c2eb6fb1fb25afec30ddcc.tar.gz
Move infra from sr.ht to loang.net
Diffstat (limited to '.builds/auto.yml')
-rw-r--r--.builds/auto.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.builds/auto.yml b/.builds/auto.yml
deleted file mode 100644
index f20186f..0000000
--- a/.builds/auto.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-image: nixos/unstable
-oauth: lists.sr.ht/EMAILS:RO pages.sr.ht/PAGES:RW
-packages:
-  - nixos.fead
-sources:
-  - https://git.sr.ht/~amolith/fediring.net
-  - https://git.sr.ht/~cnx/site
-environment:
-  NODE: node
-tasks:
-  - inject: |
-      grep -C1 cnx.gdn fediring.net/webring.txt |
-        awk 'NR % 2 { print $2 }' > site/_libs/fediring
-      fead -F site/_libs/fead/sources -n 4 -l 192\
-        < site/_libs/fead/in.html > site/_libs/fead/out.html
-      acurl https://lists.sr.ht/query/list/5261.mbox -o site/_libs/formbox/mbox
-  - build: |
-      cd site
-      nix-shell .builds/shell.nix --run 'julia --project=@. .builds/franklin.jl'
-      nix-shell -p htmlq --run _libs/onlymathml
-      nix-shell -p python3Packages.css-html-js-minify --run _libs/postprocess
-  - deploy: |
-      chmod -R +r site/__site
-      tar -cvzf site.tar.gz -C site/__site .
-artifacts:
-  - site.tar.gz