aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-09 20:34:20 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-09 20:34:20 -0500
commite62157674ac6bc404f170febcdf9e0eabe01f9b5 (patch)
tree7c94e780f97e2967e4d02b26563ba6d2f0e7a236 /.build.yml
parent87175fc4b8592efd60a22e46977c609001327a48 (diff)
test build.yml
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..39b9396
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,12 @@
+image: alpine/edge
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- hut
+environment:
+ site: jjanzen.ca
+tasks:
+- package: |
+ cd $site
+ tar -cvz . > ../site.tar.gz
+- upload: |
+ hut pages publish -d $site site.tar.gz