seafile-backup/.drone.yml
jblu f17988bfa9
All checks were successful
continuous-integration/drone/push Build is passing
changed the healthcheck
2024-06-03 12:47:31 -05:00

35 lines
639 B
YAML

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
- 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