intergrate-drone #51

Merged
jblu merged 3 commits from intergrate-drone into main 2023-06-06 15:06:13 -05:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 6ce2add157 - Show all commits

View File

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

15
.drone.yml Normal file
View File

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