added renovate.json
All checks were successful
continuous-integration/drone/push Build is passing

updated legal links
updated .drone.yml
This commit is contained in:
Samuel Philipp 2020-07-04 08:35:51 +02:00
parent 95aff26e7e
commit 187b227355
6 changed files with 21 additions and 241 deletions

View file

@ -1,4 +1,5 @@
kind: pipeline
type: docker
name: default
steps:
@ -7,7 +8,6 @@ steps:
commands:
- npm install
- npm run build
- name: deploy
image: alpine
environment:
@ -19,4 +19,9 @@ steps:
from_secret: FTP_PASSWORD
commands:
- which lftp || ( apk --update add lftp )
- lftp -e "mirror -R ./dist/ sp-magic.de/; bye" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST
- lftp -e "set ftp:ssl-force true; set ssl:verify-certificate no; mirror -R ./dist/ sp-magic.de/; bye" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST
when:
branch:
- master
event:
- push