This commit is contained in:
parent
54cf73f885
commit
17f011e979
1 changed files with 15 additions and 10 deletions
|
@ -12,13 +12,18 @@ pipeline:
|
|||
- sha256sum /tmp/privateKey
|
||||
- ansible-playbook --user igor --inventory hosts.ini --private-key /tmp/privateKey main.yml
|
||||
|
||||
# publish:
|
||||
# image: plugins/ansible
|
||||
# pull: true
|
||||
# secrets: [ ssh_key ]
|
||||
# settings:
|
||||
# playbook: main.yml
|
||||
# inventory: hosts.ini
|
||||
# connection: paramiko_ssh
|
||||
# user: igor
|
||||
# private_key: $SSH_KEY
|
||||
notify:
|
||||
image: plugins/matrix
|
||||
settings:
|
||||
homeserver: https://pnut-matrix.dreamfall.space
|
||||
roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host
|
||||
username: woodpeckerci
|
||||
password:
|
||||
from_secret: matrix_secret
|
||||
environment:
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue