Add drone config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kai Vogelgesang 2021-10-19 22:52:42 +02:00
parent dfdb88ec54
commit ebfd52308d
Signed by: kai
GPG Key ID: 0A95D3B6E62C0879

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: deploy-oreburgh
image: registry.eterna.leafbla.de/pelipper
settings:
ssh_key:
from_secret: rsync_key
source: .
destination: pelipper@oreburgh.leafbla.de:/srv/docker/nginx/html/gains/
image_pull_secrets:
- dockerconfig