From 236aca6c69f40dafe1459332b7769819095ce172 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sun, 4 Feb 2024 08:46:44 -0500 Subject: Initi commit on new cgit platform --- .build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .build.yml (limited to '.build.yml') diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..9739c62 --- /dev/null +++ b/.build.yml @@ -0,0 +1,12 @@ +image: debian/stable +oauth: pages.sr.ht/PAGES:RW +environment: + site: xhtml.club +sources: + - https://git.sr.ht/~bt/xhtml-club +tasks: +- package: | + cd xhtml-club + tar -cvz . > ../site.tar.gz +- upload: | + acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz -- cgit v1.2.3-54-g00ecf