Disabled drone
This commit is contained in:
parent
5353941140
commit
71ab8706cd
17
.drone.yml
17
.drone.yml
@ -1,17 +0,0 @@
|
|||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: apply ansible production
|
|
||||||
image: plugins/ansible:latest
|
|
||||||
settings:
|
|
||||||
playbook: deployment/todo-setup.yml
|
|
||||||
inventory: deployment/prod/hosts
|
|
||||||
galaxy: deployment/requirements.yml
|
|
||||||
private_key:
|
|
||||||
from_secret: ansible_private_key
|
|
||||||
verbose: 3
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user