test notifications
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Morgan McMillian 2023-03-09 11:11:08 -08:00
parent 54cf73f885
commit 17f011e979

View file

@ -12,13 +12,18 @@ pipeline:
- sha256sum /tmp/privateKey - sha256sum /tmp/privateKey
- ansible-playbook --user igor --inventory hosts.ini --private-key /tmp/privateKey main.yml - ansible-playbook --user igor --inventory hosts.ini --private-key /tmp/privateKey main.yml
# publish: notify:
# image: plugins/ansible image: plugins/matrix
# pull: true settings:
# secrets: [ ssh_key ] homeserver: https://pnut-matrix.dreamfall.space
# settings: roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host
# playbook: main.yml username: woodpeckerci
# inventory: hosts.ini password:
# connection: paramiko_ssh from_secret: matrix_secret
# user: igor environment:
# private_key: $SSH_KEY - DRONE_BUILD_STATUS=$CI_BUILD_STATUS
- DRONE_REPO_OWNER=$CI_REPO_OWNER
- DRONE_REPO_NAME=$CI_REPO_NAME
- DRONE_COMMIT=$CI_COMMIT_REF
- DRONE_BUILD_LINK=$CI_BUILD_LINK
- DRONE_BRANCH=$CI_COMMIT_BRANCH