From b4f85e4de9fb802757c2eb6fb1fb25afec30ddcc Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 3 Aug 2024 03:22:24 +0900 Subject: Move infra from sr.ht to loang.net --- .builds/auto.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .builds/auto.yml (limited to '.builds/auto.yml') 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 -- cgit 1.4.1