Merge branch 'main' of https://git.leafbla.de/Jesko/workout-basic into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
82ef901b9d
14
.drone.yml
Normal file
14
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user