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