backup-notify/.drone.yml
Elizabeth Hunt bef72712c2
All checks were successful
continuous-integration/drone/push Build is passing
every hour delete and drone fixes
2024-04-21 18:49:41 -07:00

22 lines
366 B
YAML

---
kind: pipeline
type: docker
name: deploy
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: gitea_packpub_username
password:
from_secret: gitea_packpub_password
registry: git.simponic.xyz
repo: git.simponic.xyz/simponic/backup-notify
trigger:
branch:
- main
event:
- push