morgan.mcmillian.dev/.woodpecker.yml

27 lines
515 B
YAML
Raw Normal View History

2023-03-08 16:44:37 +00:00
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
2023-03-08 19:47:55 +00:00
verbose: 4
2023-03-08 18:52:54 +00:00
user: igor
2023-03-08 19:51:39 +00:00
private_key: $IGOR_KEY
2023-03-08 16:44:37 +00:00
notify:
image: plugins/matrix
settings:
homeserver: https://pnut-matrix.dreamfall.space
roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host
username: woodpeckerci
2023-03-08 19:51:39 +00:00
password: $MATRIX_SECRET