Add drone build

This commit is contained in:
Luke Murphy 2020-09-18 09:42:05 +02:00
parent 9f63ad7010
commit 2ce348b72f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
---
kind: pipeline
name: deploy to hub.docker.com
steps:
- name: docker push
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
repo: decentral1se/backup-bot
tags: 0.0.1
trigger:
branch:
- master