aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-07 22:34:10 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-07 22:34:10 -0500
commit3832e2c085e5137f78cdf5f0c1e9cf273ffbc338 (patch)
treea2bd6bd1119aacbaa23ede55ad3ff1c46a76ea57 /.build.yml
parent05a87bb0eb20345694a09c9e5e5930028c0c0339 (diff)
complete my configuration migration
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..95a179c
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,17 @@
+image: archlinux
+oauth: pages.sr.ht/PAGES:RW
+packages:
+ - emacs
+ - hut
+sources:
+ - https://git.sr.ht/~jjanzen/website
+ - https://git.sr.ht/~jjanzen/blog
+tasks:
+ - build: |
+ emacs --batch -f package-initialize --script ~/website/publish.el
+ - package: |
+ 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