aboutsummaryrefslogtreecommitdiffstats
path: root/ci-examples/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci-examples/.build.yml')
-rw-r--r--ci-examples/.build.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ci-examples/.build.yml b/ci-examples/.build.yml
new file mode 100644
index 0000000..2bbd6ea
--- /dev/null
+++ b/ci-examples/.build.yml
@@ -0,0 +1,15 @@
+image: alpine/edge
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- hut
+environment:
+ site: webring.gumx.cc
+sources:
+- https://git.sr.ht/~a2/webring
+tasks:
+- package: |
+ cd webring
+ ./wr
+ tar -C public -cvz . > ../site.tar.gz
+- upload: |
+ hut pages publish -d $site site.tar.gz \ No newline at end of file