commit 173b9bf00c46a10a0bd802bc78188d4850737473 parent 09b51dc981f9effacc043822a2661754ef7ac880 Author: Nirmal Kumar R <tildezero@gmail.com> Date: Fri, 11 Oct 2024 19:01:35 +0530 Use sourcehut to host my precious website Diffstat:
A | .build.yml | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.build.yml b/.build.yml @@ -0,0 +1,12 @@ +image: alpine/edge +oauth: pages.sr.ht/PAGES:RW +packages: +- hut +environment: + site: nirm.al +tasks: +- package: | + cd $site + tar -cvz . > ../site.tar.gz +- upload: | + hut pages publish -d $site site.tar.gz