Compare commits

...

4 Commits

Author SHA1 Message Date
e2cdca60c3 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
2023-06-06 15:06:12 -05:00
978e9326cc updated to execute on main branch
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-06-06 14:47:03 -05:00
beee95caa4 updated to use secret
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-06 14:44:56 -05:00
6ce2add157 added drone support
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-06 14:33:07 -05:00
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