From: Armaan Bhojwani Date: Tue, 13 Apr 2021 23:13:33 +0000 (-0400) Subject: Restructure build system X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=d546b468fd20ecb1cc2fe0ca283377075ad1afb9 Restructure build system --- diff --git a/.build.yml b/.build.yml index cf387f7..fb16657 100644 --- a/.build.yml +++ b/.build.yml @@ -12,11 +12,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