added drone support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
jblu 2023-06-06 15:03:21 -05:00
parent 989c1cd684
commit e3ee336440
2 changed files with 24 additions and 0 deletions

View File

@ -11,6 +11,11 @@ Dockerfile
*.csv *.csv
*.toml *.toml
*.git* *.git*
.DS_Store
.vscode/*
thunder-tests/*
.drone.yml
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]

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/crane
tags:
- latest
- main
when:
branch:
- main