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

This commit is contained in:
vincent 2022-12-04 09:48:05 +01:00
parent 86af71f43b
commit 9174083c45

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
---
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
---
kind: secret
name: docker_username
get:
path: secrets/data/droneci/dockerHub
name: username
---
kind: secret
name: docker_password
get:
path: secrets/data/droneci/dockerHub
name: password