From 35c696e83c9f6b20e563ec1a166b8aa8f3c36691 Mon Sep 17 00:00:00 2001 From: nicco Date: Wed, 10 Oct 2018 15:18:51 +0200 Subject: [PATCH] don't remove --- .drone.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8c39ad0..23d6571 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,16 @@ pipeline: secrets: [ ssh_key ] target: /srv/web/dvb source: ./* - rm: true when: event: push - branch: master \ No newline at end of file + branch: master + + reload: + image: appleboy/drone-ssh + host: nicco.io + username: deploy + port: 1312 + secrets: [ ssh_key ] + script: + - echo hello + - echo world \ No newline at end of file