Easily share your files, directly from your GIT repositories
You add a file with name publish.yml in any directory:
- pattern: "*.pdf" target: "my-project"
You push your modifications to your (private) GIT repository.
$ git add *.pdf $ git add publish.yml $ git commit -m "Publish PDF's to FileTray" $ git push
Your pdf files are available at
https://filetray.net/files/my-organization/my-project