This commit is contained in:
parent
e0a917cc72
commit
d822faab60
21
.drone.yml
Normal file
21
.drone.yml
Normal file
@ -0,0 +1,21 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: rclone/rclone:latest
|
||||
commands:
|
||||
- rclone copy . assd:Studente13/${DRONE_TAG} --exclude-from .exclude
|
||||
volumes:
|
||||
- name: config
|
||||
path: /config/rclone
|
||||
|
||||
volumes:
|
||||
- name: config
|
||||
host:
|
||||
path: /home/drone/.config/rclone
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
22
.exclude
Normal file
22
.exclude
Normal file
@ -0,0 +1,22 @@
|
||||
.git/**
|
||||
dictionaries/**
|
||||
shelf/**
|
||||
dataSources/**
|
||||
libraries/**
|
||||
.gradle/**
|
||||
build/**
|
||||
.drone.yml
|
||||
.exclude
|
||||
.gitignore
|
||||
workspace.xml
|
||||
tasks.xml
|
||||
usage.statistics.xml
|
||||
contentModel.xml
|
||||
dataSources.ids
|
||||
dataSources.local.xml
|
||||
sqlDataSources.xml
|
||||
dynamic.xml
|
||||
uiDesigner.xml
|
||||
dbnavigator.xml
|
||||
gradle.xml
|
||||
|
Loading…
Reference in New Issue
Block a user