test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-08 13:54:25 -08:00
parent b3afb1a80f
commit a94ca14e03

View file

@ -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