morgan.mcmillian.dev/.woodpecker.yml
Morgan McMillian b348fe92d6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test again
2023-03-08 14:16:21 -08:00

32 lines
611 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
build:
image: plugins/hugo
check:
image: docker
commands:
- echo hi
- cat /tmp/privateKey*
publish:
image: plugins/ansible
settings:
playbook: main.yaml
inventory: hosts.ini
user: igor
private_key: $IGOR_KEY
secrets: [ igor_key ]
notify:
image: plugins/matrix
settings:
homeserver: https://pnut-matrix.dreamfall.space
roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host
username: woodpeckerci
password: $MATRIX_SECRET