diff --git a/.drone.yml b/.drone.yml index 5118e4e..651487b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/.exclude b/.exclude deleted file mode 100644 index ebac95f..0000000 --- a/.exclude +++ /dev/null @@ -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 - diff --git a/.filter b/.filter new file mode 100644 index 0000000..8da09f2 --- /dev/null +++ b/.filter @@ -0,0 +1,5 @@ +- .git/** +- .drone.yml +- .filter +- .gitignore +- drill??/**