From 004f2e9964c36e62b4da8d272cfd76c56dc81f1d Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sun, 14 Jun 2026 16:24:32 +0300 Subject: init: coffee cups contributions tracker --- .build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 .build.yml (limited to '.build.yml') diff --git a/.build.yml b/.build.yml new file mode 100755 index 0000000..6fce0a4 --- /dev/null +++ b/.build.yml @@ -0,0 +1,15 @@ +image: alpine/edge +oauth: pages.sr.ht/PAGES:RW +packages: + - hut +environment: + site: ccc.demo.gumx.cc +sources: + - https://git.sr.ht/~gumxcc/ccc +tasks: + - package: | + cd ccc + mv ccc.html index.html + tar -cvz index.html > ../site.tar.gz + - upload: | + hut pages publish -d $site site.tar.gz -- cgit v1.2.3