diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..0a19cc4 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,25 @@ +clone: + git: + image: woodpeckerci/plugin-git + settings: + recursive: true + +pipeline: + build: + image: plugins/hugo + + publish: + image: plugins/ansible + settings: + playbook: main.yaml + inventory: hosts.ini + syntax_check: true + + notify: + image: plugins/matrix + settings: + homeserver: https://pnut-matrix.dreamfall.space + roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host + username: woodpeckerci + password: + from_secret: matrix_secret