This commit is contained in:
parent
d67debdba9
commit
e579ed77fd
1 changed files with 2 additions and 5 deletions
|
@ -13,11 +13,9 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
playbook: main.yaml
|
playbook: main.yaml
|
||||||
inventory: hosts.ini
|
inventory: hosts.ini
|
||||||
syntax_check: true
|
|
||||||
verbose: 4
|
verbose: 4
|
||||||
user: igor
|
user: igor
|
||||||
private_key:
|
private_key: $IGOR_KEY
|
||||||
from_secret: igor_key
|
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
|
@ -25,5 +23,4 @@ pipeline:
|
||||||
homeserver: https://pnut-matrix.dreamfall.space
|
homeserver: https://pnut-matrix.dreamfall.space
|
||||||
roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host
|
roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host
|
||||||
username: woodpeckerci
|
username: woodpeckerci
|
||||||
password:
|
password: $MATRIX_SECRET
|
||||||
from_secret: matrix_secret
|
|
||||||
|
|
Loading…
Reference in a new issue