update to build and publish pipelines
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
8effbf846c
commit
3895387b8a
1 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue