diff options
Diffstat (limited to 'deploy-drone.yml')
-rw-r--r-- | deploy-drone.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy-drone.yml b/deploy-drone.yml new file mode 100644 index 0000000..2acfda2 --- /dev/null +++ b/deploy-drone.yml @@ -0,0 +1,4 @@ +- name: drone setup + hosts: drone + roles: + - drone |