uptime/.drone.yml
Elizabeth Hunt 4fd40b1f9d
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2024-12-14 23:55:51 -08:00

22 lines
359 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/uptime
trigger:
branch:
- main
event:
- push