parent
b3afb1a80f
commit
a94ca14e03
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ pipeline:
|
|||
image: docker
|
||||
commands:
|
||||
- echo ${IGOR_KEY}
|
||||
secrets: [ igor_key ]
|
||||
|
||||
publish:
|
||||
image: plugins/ansible
|
||||
|
@ -20,6 +21,7 @@ pipeline:
|
|||
inventory: hosts.ini
|
||||
user: igor
|
||||
private_key: $IGOR_KEY
|
||||
secrets: [ igor_key ]
|
||||
|
||||
notify:
|
||||
image: plugins/matrix
|
||||
|
|
Loading…
Reference in a new issue