diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5118e4e --- /dev/null +++ b/.drone.yml @@ -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 diff --git a/.exclude b/.exclude new file mode 100644 index 0000000..ebac95f --- /dev/null +++ b/.exclude @@ -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 +