We are embedding the assets as part of our build pipeline, and even
without that the embedded assets are generated by our `make generate`
task anyway, so let's remove thise huge amount of files from the
repository and generate it on build time.
So far Phoenix have been embedded into the binary and we can customize
the required config based on flags, env variables and optionally via
config file. For now I'm embedding the whole Phonix content, optherwise
the all-in-one binary `ocis` will get pretty complicated until we add
the generate commands to that repo as well and provide a mechanism to
inject the embedding.
With this commit I have prepared a full basic project structure, so far
it doesn't embed phoenix itself and also no kit parts. It includes the
whole Drone pipeline to continously publish binaries on push and on tag
to our download mirrors (will be available at
https://download.owncloud.com/reva/phoenix) and also publishes
Docker images at owncloud/reva-phonix. For the Docker image auto_tag is
enabled, which means latest is always based on the master branch and
tags are automatically converted to minor, major and patch release tags.