Compare commits

...

1 commit

Author SHA1 Message Date
garionion 13f325562a
use scp instead of sftp
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-17 21:20:42 +02:00

View file

@ -11,21 +11,24 @@ steps:
- npm install
- npm run generate
- name: deploy
image: cschlosser/drone-ftps
image: appleboy/drone-scp
volumes:
- name: dist
path: /dist
environment:
FTP_USERNAME:
settings:
host: web-1.fem.tu-ilmenau.de
username:
from_secret: username
FTP_PASSWORD:
password:
from_secret: password
PLUGIN_HOSTNAME: web-1.fem.tu-ilmenau.de:21
PLUGIN_SRC_DIR: /dist/
PLUGIN_DEST_DIR: /iswision.de/www/public_html/iswision2021
port: 22
target: /iswision.de/www/public_html/iswision2021
source: /dist/
rm: true
when:
branch:
- main
volumes:
- name: dist
temp: {}