Added drone config

This commit is contained in:
kolaente 2019-10-19 18:30:32 +02:00
parent de6fa0cd9b
commit e430b9c298
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
pull: true
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: kolaente/yarn
tags: latest