Add dummy drone config

This commit is contained in:
Luke Murphy 2020-04-28 14:55:07 +02:00
parent 8bd55ac322
commit ab83c39bbc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
pipeline:
deploy:
image: codestation/drone-stack
host: tcp://swarm.autonomic.zone:2376
stack_name: traefik
tlsverify: true
secrets:
- docker_ca
- docker_cert
- docker_key
trigger:
branch:
- master