Add drone config

This commit is contained in:
philipp lang 2021-10-28 23:57:58 +02:00
parent d148911af3
commit 69e22e01dd
1 changed files with 22 additions and 0 deletions

22
drone.yml Normal file
View File

@ -0,0 +1,22 @@
kind: pipeline
type: ssh
name: dpsgkoeln
server:
host: neu.dpsg-koeln.de
user: dpsg-koeln
ssh_key:
from_secret: private_key
clone:
disable: true
steps:
- name: master
commands:
- /usr/local/bin/deploy_dpsgkoeln_master
when:
branch:
- master
event:
- push