X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=blobdiff_plain;f=.build.yml;h=d5df5a01bbb38921e5072c716ed0323221b039a3;hp=cf387f73ade8b9b8a01c5814b9838f109739678d;hb=HEAD;hpb=7cc2d2605f81228b8617a962b45523b6d5e88990 diff --git a/.build.yml b/.build.yml index cf387f7..d5df5a0 100644 --- a/.build.yml +++ b/.build.yml @@ -5,6 +5,7 @@ packages: - rsync - git - hugo + - pandoc sources: - https://git.sr.ht/~armaan/armaanb.net triggers: @@ -12,11 +13,6 @@ triggers: condition: failure to: me@armaanb.net tasks: - - get-emacs-config: | - cd armaanb.net - ./bin/emacs-get - - build-http: | - cd armaanb.net - hugo --minify - 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 emacs