From be1903901a977d90a671e2f4b52cb7b0c7ca67d9 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Fri, 24 May 2019 15:28:56 -0400 Subject: Add .build.yml --- .build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..b30c1b4 --- /dev/null +++ b/.build.yml @@ -0,0 +1,11 @@ +image: debian/stretch +packages: +- rsync +sources: +- https://git.sr.ht/~benburwell/howtochooseapassword.com +triggers: +- action: email + condition: always + to: Ben Burwell +tasks: +- build: echo noop -- cgit v1.2.3