From fe64a5be796dc8655ec8ccb43774d2191b7b8178 Mon Sep 17 00:00:00 2001 From: garionion Date: Wed, 19 May 2021 12:22:15 +0200 Subject: [PATCH] use sftp because the server only supports sftp --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35a8f89..552a596 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - npm install - npm run generate - name: deploy - image: garionion/drone-scp + image: garionion/drone-sftp volumes: - name: dist path: /dist @@ -26,7 +26,7 @@ steps: DEST_DIR: '/iswision.de/www/public_html/iswision2021/' SRC_DIR: '/dist/*' commands: - - /bin/scp-wrap.sh + - /bin/sftp-wrap.sh when: branch: - main