X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=blobdiff_plain;f=.build.yml;h=40c20155e574fcff730d35c32cd6f418438390a7;hp=cf387f73ade8b9b8a01c5814b9838f109739678d;hb=2e442ff1311f63e263d6593c9eaf0ff572960cda;hpb=7cc2d2605f81228b8617a962b45523b6d5e88990 diff --git a/.build.yml b/.build.yml index cf387f7..40c2015 100644 --- a/.build.yml +++ b/.build.yml @@ -5,6 +5,9 @@ packages: - rsync - git - hugo + - pandoc + - texlive + - texlive-xetex sources: - https://git.sr.ht/~armaan/armaanb.net triggers: @@ -12,11 +15,9 @@ triggers: condition: failure to: me@armaanb.net tasks: - - get-emacs-config: | + - build: | cd armaanb.net - ./bin/emacs-get - - build-http: | - cd armaanb.net - hugo --minify + make emacs - deploy: | - rsync -azre 'ssh -o StrictHostKeyChecking=no -p 23' armaanb.net/public/config.html web@armaanb.net:/var/www/armaanb.net-http/config.html + cd armaanb.net + make deploy-emacs