1 files changed, 12 insertions(+), 0 deletions(-)
A .build.yaml
A .build.yaml => .build.yaml +12 -0
@@ 0,0 1,12 @@
+image: alpine/edge
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- hut
+environment:
+ site: readthememo.app
+tasks:
+- package: |
+ cd $site
+ tar -cvz . > ../site.tar.gz
+- upload: |
+ hut pages publish -d $site site.tar.gz