Disabled drone

This commit is contained in:
Kasper Juul Hermansen 2021-11-18 23:08:43 +01:00
parent 5353941140
commit 71ab8706cd
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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