This commit is contained in:
parent
c853fbab6c
commit
e400511491
1 changed files with 1 additions and 10 deletions
|
@ -8,23 +8,14 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: plugins/hugo
|
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:
|
publish:
|
||||||
image: plugins/ansible
|
image: plugins/ansible
|
||||||
|
secrets: [ blarp, igor_key ]
|
||||||
settings:
|
settings:
|
||||||
playbook: main.yaml
|
playbook: main.yaml
|
||||||
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