test new build pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6e9c19014d
commit
8effbf846c
1 changed files with 25 additions and 0 deletions
25
.woodpecker.yml
Normal file
25
.woodpecker.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue