Add drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Lang 2021-11-28 22:01:47 +01:00
parent 2ad9b01044
commit aa56ab0d84
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: resizer
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_resizer_master
when:
branch:
- master
event:
- push