Replaced image

lektura
Jonas Oberg 2017-06-13 10:00:49 +02:00
parent af71e3e492
commit 7fa3d20c61
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
pipeline:
build:
image: williamyeh/ansible
image: williamyeh/ansible:debian8
commands:
- ansible-playbook -vvv playbook.yml -i hosts --syntax-check
deploy:
image: williamyeh/ansible
image: williamyeh/ansible:debian8
secrets: [ ssh_key ]
commands:
- mkdir /root/.ssh && echo "$SSH_KEY" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa