morgan.mcmillian.dev/.woodpecker.yml

27 lines
531 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
2023-03-08 22:31:44 +00:00
secrets: [ blarp, igor_key ]
2023-03-08 16:44:37 +00:00
settings:
playbook: main.yaml
inventory: hosts.ini
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