Add drone file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Raffaele Mignone 2020-07-06 22:29:35 +02:00
parent 05b00fddd7
commit 19f5d4d142
Signed by: norangebit
GPG Key ID: F5255658CB220573

34
.drone.yml Normal file
View File

@ -0,0 +1,34 @@
kind: pipeline
type: docker
name: default
steps:
- name: compiling
image: norangebit/pandocker:latest
commands:
- make
- name: deploy
image: rclone/rclone:latest
commands:
- rclone copy out/*.pdf assd:Gruppo\ Progetto\ 1/documentazione
volumes:
- name: config
path: /config/rclone
- name: gitea release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_release
base_url: https://git.norangeb.it
title: Documentazione Untori
files:
- out/*.pdf
when:
event:
- tag
volumes:
- name: config
host:
path: /home/drone/.config/rclone