aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.build.yml b/.build.yml
index 47ae8d0..e8a9146 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,11 +1,13 @@
-image: alpine/edge
-oauth: pages.sr.ht/PAGES:RW
+image: archlinux
packages:
- - hut
+ - emacs
+sources:
+ - https://git.sr.ht/~jjanzen/dotfiles
tasks:
+ - build: |
+ emacs --batch --script ~/website/publish.el
- package: |
- cd website
+ cd ~/public_html/
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d jjanzen.ca site.tar.gz
- hut pages publish -d www.jjanzen.ca site.tar.gz