lm-sistemi-software-distrib.../.drone.yml
norangebit 91dac8aacc
All checks were successful
continuous-integration/drone/tag Build is passing
update rclone cmd
2020-03-23 18:32:57 +01:00

22 lines
358 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: deploy
image: rclone/rclone:latest
commands:
- rclone copy . assd:Studente13/${DRONE_TAG} --filter-from .filter --filter "+ ${DRONE_TAG}/**"
volumes:
- name: config
path: /config/rclone
volumes:
- name: config
host:
path: /home/drone/.config/rclone
trigger:
event:
- tag