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

29 lines
538 B
YAML
Raw Normal View History

2021-04-10 21:53:47 +00:00
kind: pipeline
name: default
type: docker
steps:
- name: epub
2021-07-31 00:21:10 +00:00
image: node:14.17.4
2021-04-10 21:53:47 +00:00
commands:
2021-06-11 20:08:53 +00:00
- npm i
2021-06-11 21:04:29 +00:00
- ./node_modules/.bin/eslint *.js
2021-06-11 20:08:53 +00:00
- node livres_fr
- node livres_en
2021-04-10 21:53:47 +00:00
- name: pdf
2021-07-28 14:48:03 +00:00
image: linuxserver/calibre:v5.23.0-ls121
2021-04-10 21:53:47 +00:00
commands:
2021-05-18 13:21:20 +00:00
- bash -x convert.sh
- bash -x upload.sh
2021-04-10 21:59:50 +00:00
environment:
2021-05-18 13:27:19 +00:00
USERNAME:
2021-04-10 21:59:50 +00:00
from_secret: nextcloud_user
2021-05-18 13:27:19 +00:00
PASSWORD:
2021-04-10 21:59:50 +00:00
from_secret: nextcloud_password
2021-06-24 13:37:26 +00:00
when:
branch:
- master
event:
- push
- cron