changed drone file name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-26 02:57:01 -05:00
parent 3df44cb41e
commit 66c7597076
2 changed files with 1 additions and 1 deletions

37
.drone.yml Normal file
View File

@@ -0,0 +1,37 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jonb.io
dry_run: false
username: jblu
password:
from_secret: gittea_drone
repo: git.jonb.io/jblu/seafile-backup
tags:
- latest
when:
branch:
- main
event:
- push
- pull_request
- name: docker-test
image: plugins/docker
settings:
registry: git.jonb.io
dry_run: false
username: jblu
password:
from_secret: gittea_drone
repo: git.jonb.io/jblu/seafile-backup
tags:
- dev
when:
branch:
- dev*
event:
- push
- pull_request