mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

.build.yml (321B)


      1 image: alpine/edge
      2 oauth: pages.sr.ht/PAGES:RW
      3 packages:
      4   - hut
      5   - php85
      6   - php85-curl
      7   - php85-gd
      8   - php85-mbstring
      9   - php85-zip
     10 environment:
     11   site: mikuli.cz
     12 tasks:
     13 - package: |
     14     cd $site
     15     ./generate.sh php85
     16     tar -C public -cvz . > ../site.tar.gz
     17 - upload: |
     18     hut pages publish -d $site site.tar.gz