oc-social-plugin/.drone.yml

23 lines
289 B
YAML
Raw Permalink Normal View History

2021-10-28 23:57:58 +02:00
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:
2022-03-24 21:10:19 +01:00
- /usr/local/bin/deploy_social_master
2021-10-28 23:57:58 +02:00
when:
branch:
- master
event:
- push