Add .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-09-29 17:33:41 +02:00
parent a91fdf59c4
commit 4a225c3b63

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: default
steps:
- name: build and push pptr image
image: plugins/docker
settings:
repo: rubble.se:5000/urmo/pptr
registry: rubble.se:5000
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password