summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml12
-rw-r--r--index.html1
2 files changed, 13 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..935e713
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,12 @@
+image: alpine/edge
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- hut
+environment:
+ site: mikuwu.ltd
+tasks:
+- package: |
+ cd $site
+ tar -cvz . >../site.tar.gz
+- upload: |
+ hut pages publish -d $site site.tar.gz
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7e60b94
--- /dev/null
+++ b/index.html
@@ -0,0 +1 @@
+pog