From 992bda24000ef198f4a846cc9e1780f2c1f0b502 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 20 Aug 2018 01:49:21 -0400 Subject: [PATCH] Add build manifest --- .build.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..197f879 --- /dev/null +++ b/.build.yml @@ -0,0 +1,18 @@ +image: debian/stretch +packages: + - emacs + - rsync +sources: + - https://git.sr.ht/~aminb/aminb.org +environment: + deploy: deploy@aminb.org +secrets: + - 12deb555-3219-4d9d-b4c7-ffeda86ef5fe +tasks: + - build: | + cd aminb.org + emacs -Q --script publish.el --funcall=aminb/publish + - deploy: | + cd aminb.org + sshopts="-o StrictHostKeyChecking=no" + rsync --rsh="ssh $sshopts" -rP public/ ${deploy}:/var/www/aminb/html/ -- 2.20.1