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

This commit is contained in:
Morgan McMillian 2023-03-08 14:31:44 -08:00
parent c853fbab6c
commit e400511491

View file

@ -8,23 +8,14 @@ pipeline:
build:
image: plugins/hugo
check:
image: docker
secrets: [ blarp, igor_key ]
commands:
- echo $igor_key > /tmp/test1
- echo $IGOR_KEY > /tmp/test2
- cat /tmp/test1
- cat /tmp/test2
publish:
image: plugins/ansible
secrets: [ blarp, igor_key ]
settings:
playbook: main.yaml
inventory: hosts.ini
user: igor
private_key: $IGOR_KEY
secrets: [ igor_key ]
notify:
image: plugins/matrix