Add drone config
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2ad9b01044
commit
aa56ab0d84
|
@ -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
|
Loading…
Reference in New Issue