This commit is contained in:
parent
05b00fddd7
commit
19f5d4d142
34
.drone.yml
Normal file
34
.drone.yml
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user