From 3bbdeeb4cac0a5c2172f0b02cecf048c36a4b237 Mon Sep 17 00:00:00 2001 From: Johan Date: Sun, 16 Jan 2022 13:00:41 +0100 Subject: [PATCH] Add build manifest Yay for builds.sr.ht \o/ --- .build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..37b3984 --- /dev/null +++ b/.build.yml @@ -0,0 +1,16 @@ +image: nixos/latest +packages: + - nixos.soupault +sources: + - https://git.sr.ht/~jhn/pwd.re +secrets: + - 3a387fab-0a5a-429d-b556-5b2df6edeb6a +tasks: + - build: | + cd pwd.re + soupault + - deploy: | + echo "StrictHostKeyChecking=no" >> ~/.ssh/config + rsync -rP pwd.re/build/ deploy@pwd.re:/var/www/htdocs/pwd.re + + -- 2.34.2