add droneCI file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2022-11-20 10:58:59 +01:00
parent 1e37e2ca29
commit a91f86cd72

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
---
kind: pipeline
name: build and publish
steps:
- name: docker
image: plugins/docker
settings:
repo: ducampsv/rsync-docker
username:
from_secret: docker_username
password:
from_secret: docker_password