update to build and publish pipelines
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-09 10:34:40 -08:00
parent 8effbf846c
commit 3895387b8a

View file

@ -7,13 +7,19 @@ clone:
pipeline:
build:
image: plugins/hugo
settings:
validate: true
publish:
image: plugins/ansible
settings:
playbook: main.yaml
inventory: hosts.ini
syntax_check: true
image: alpine:latest
secrets: [ ssh_key ]
environment:
- ANSIBLE_HOST_KEY_CHECKING=False
commands:
- apk add --update ansible
- printf "$SSH_KEY" > privateKey
- chmod 600 privateKey
- ansible-playbook --user igor --inventory hosts.ini --private-key privateKey main.yaml
notify:
image: plugins/matrix