From d546b468fd20ecb1cc2fe0ca283377075ad1afb9 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 13 Apr 2021 19:13:33 -0400 Subject: [PATCH] Restructure build system --- .build.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 -- 2.39.2