From c66cdcb5a3a7ec6b0a336d54d3ae201191bc42a3 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 7 May 2019 16:56:30 -0400 Subject: [PATCH] re-add sourcehut build manifest --- .build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..520db94 --- /dev/null +++ b/.build.yml @@ -0,0 +1,13 @@ +image: alpine/3.9 +packages: + - rsync +sources: + - https://git.sr.ht/~bandali/bandali.eu.org +environment: + deploy: deploy@bandali.eu.org +secrets: + - 6da5fd68-0594-4fc6-abe0-efe01ffe4b56 +tasks: + - deploy: | + sshopts="-o StrictHostKeyChecking=no" + rsync --rsh="ssh $sshopts" -rP bandali.eu.org/ ${deploy}:/var/www/bandali.eu.org/ -- 2.20.1