Merge pull request 'intergrate-drone' (#51) from intergrate-drone into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: https://git.jbranan.com/jblu/qbit-maid/pulls/51
This commit is contained in:
jblu 2023-06-06 15:06:12 -05:00
commit e2cdca60c3
2 changed files with 20 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Dockerfile
.DS_Store
.vscode/*
thunder-tests/*
.drone.yml
# Byte-compiled / optimized / DLL files
__pycache__/

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jbranan.com
dry_run: true
username: jblu
password:
from_secret: gittea_drone
repo: jblu/qbit-maid
tags:
- latest
- main
when:
branch:
- main