This repository has been archived on 2024-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Auberge_Vagabonde/.drone.yml
Michel Roux b46594a8f3
Some checks reported errors
continuous-integration/drone/push Build was killed
Use yarn now
2021-08-18 11:59:05 +02:00

28 lines
497 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: epub
image: node
commands:
- yarn install
- ./node_modules/.bin/eslint *.js
- node livres
- name: pdf
image: linuxserver/calibre
commands:
- bash -x convert.sh
- bash -x upload.sh
environment:
USERNAME:
from_secret: nextcloud_user
PASSWORD:
from_secret: nextcloud_password
when:
branch:
- master
event:
- push
- cron