diff options
-rw-r--r-- | .build.yml | 16 |
1 files changed, 16 insertions, 0 deletions
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 <eu@euandre.org> +sources: + - https://git.sr.ht/~euandreh/website +secrets: + - 7159f943-811f-402d-bb6d-37cd764dc728 +tasks: + - build: | + cd website/ + make build + - publish: | + cd website/ + make publish |