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