From bddc78bc01ef374707c5b508d50d18f275e1bd26 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 21 Dec 2018 14:58:23 -0200 Subject: Add .build.yml file to build and publish website. --- .build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..712fbbf --- /dev/null +++ b/.build.yml @@ -0,0 +1,16 @@ +image: debian/stretch +triggers: + - condition: failure + action: email + to: EuAndreh +sources: + - https://git.sr.ht/~euandreh/website +secrets: + - 7159f943-811f-402d-bb6d-37cd764dc728 +tasks: + - build: | + cd website/ + make build + - publish: | + cd website/ + make publish -- cgit v1.2.3