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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue