update rclone cmd
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Raffaele Mignone 2020-03-23 18:03:14 +01:00
parent 477323d1dd
commit 91dac8aacc
Signed by: norangebit
GPG Key ID: F5255658CB220573
3 changed files with 6 additions and 23 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: deploy
image: rclone/rclone:latest
commands:
- rclone copy . assd:Studente13/${DRONE_TAG} --exclude-from .exclude
- rclone copy . assd:Studente13/${DRONE_TAG} --filter-from .filter --filter "+ ${DRONE_TAG}/**"
volumes:
- name: config
path: /config/rclone

View File

@ -1,22 +0,0 @@
.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

5
.filter Normal file
View File

@ -0,0 +1,5 @@
- .git/**
- .drone.yml
- .filter
- .gitignore
- drill??/**