grim/convey

e5139263eab7
Add convey-docs.yml for building the docs.

We're using a separate file because the normal convey.yml is setup to work with
current convey, but the docs needs to be built by old convey at the moment.
# Convey
[ ![Issues](https://img.shields.io/badge/Issues-YouTrack-ee3b8b.svg) ](https://issues.imfreedom.org/issues/CONVEY?u=1)
Convey is a pipeline for running containers and protecting the host as much as
possible. It accomplishes this goal by creating a volume and making it
available to each item in the pipeline.
## Documentation
Full documentation is available at
[docs.imfreedom.org/convey](https://docs.imfreedom.org/convey/).
## License
GPLv3+
## Status
This project has been used for awhile in production environment, but every
evironment is different. So, if you find issues, or are looking for ways to
help, please check out our
[issue tracker](https://issues.imfreedom.org/issues/CONVEY?u=1).
## Building
```
$ go build
```