diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 22:34:10 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 22:34:10 -0500 |
commit | 3832e2c085e5137f78cdf5f0c1e9cf273ffbc338 (patch) | |
tree | a2bd6bd1119aacbaa23ede55ad3ff1c46a76ea57 /.build.yml | |
parent | 05a87bb0eb20345694a09c9e5e5930028c0c0339 (diff) |
complete my configuration migration
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 17 |
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 |