From eb904a242498a216a6a778611de9bc67ae7a11dc Mon Sep 17 00:00:00 2001 From: nicco Date: Wed, 10 Oct 2018 15:23:39 +0200 Subject: [PATCH] remove reloading step --- .drone.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 57f8136..7400cf2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,15 +10,4 @@ pipeline: source: ./* when: event: push - branch: master - - reload: - image: appleboy/drone-ssh - host: nicco.io - username: deploy - port: 1312 - secrets: [ ssh_key ] - script: - - cd /srv/web/dvb - - docker-compose down - - docker-compose up -d \ No newline at end of file + branch: master \ No newline at end of file