From aa56ab0d84283cfd837ca1635637fb8d2f5cd9ab Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Sun, 28 Nov 2021 22:01:47 +0100 Subject: [PATCH] Add drone config --- .drone.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..aa79a5e --- /dev/null +++ b/.drone.yml @@ -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