Merge branch 'main' of https://git.leafbla.de/Jesko/workout-basic into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jesko Dujmovic 2021-10-20 09:10:44 +02:00
commit 82ef901b9d

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: "--exclude .git --exclude .drone.yml ."
destination: pelipper@oreburgh.leafbla.de:/srv/docker/nginx/html/gains/
image_pull_secrets:
- dockerconfig