use sftp because the server only supports sftp
continuous-integration/drone/push Build is passing Details

This commit is contained in:
garionion 2021-05-19 12:22:15 +02:00
parent 26c4c1ed24
commit fe64a5be79
Signed by: garionion
GPG Key ID: 53352FA607FA681A
1 changed files with 2 additions and 2 deletions

View File

@ -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