Add drone config

Este commit está contenido en:
Florian Brinker 2020-04-12 21:19:11 +02:00
padre dbd9bf3dd5
commit 67f477c371
Se han modificado 1 ficheros con 17 adiciones y 0 borrados

17
drone.yml Archivo normal
Ver fichero

@ -0,0 +1,17 @@
---
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: fbrinker/tiktok-grabber
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
branch:
- master