Currently on the adept-dm/adept repo, publishing artifacts means that you publish
to a git repo (so you have credentials for that) and somewhere else for the files (if they are not published already).
The optimal solution has to be something which preferably has existing infrastructure and most importantly is easy to setup and requires only one set of credentials and one repository to relate to.
One solution could be to have Adept daemons and a custom protocol. Another solution could be to have metadata not only in git repositories and use a simple file server.
What is the best solution? Anybody else got any other ways of doing this?