nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

.build.yml (212B)


      1 image: alpine/edge
      2 oauth: pages.sr.ht/PAGES:RW
      3 packages:
      4 - hut
      5 environment:
      6   site: nirm.al
      7 tasks:
      8 - package: |
      9     cd $site
     10     tar -cvz . > ../site.tar.gz
     11 - upload: |
     12     hut pages publish -d $site site.tar.gz