diff options
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..6d84f75 --- /dev/null +++ b/.build.yml @@ -0,0 +1,17 @@ +image: alpine/edge +packages: + - hut + - zola +oauth: pages.sr.ht/PAGES:RW +environment: + site: zola-no-style-please.demo.gumx.cc +sources: + - https://git.sr.ht/~gumxcc/zola-no-style-please +tasks: + - build: | + cd zola-no-style-please + zola build + - package: | + tar -C zola-no-style-please/public -cvz . > site.tar.gz + - upload: | + hut pages publish -d $site site.tar.gz |
