This commit is contained in:
parent
989c1cd684
commit
e3ee336440
@ -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
19
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user