Open noonien opened 9 years ago
Given that CI is already setup with travis, could you also set it up so that it deploys the built binaries to the release?
This would make using mon in docker containers a lot easier. One would not have to build mon in the Dockerfile, but just ADD it to the container.
mon
ADD
Given that CI is already setup with travis, could you also set it up so that it deploys the built binaries to the release?
This would make using
mon
in docker containers a lot easier. One would not have to buildmon
in the Dockerfile, but justADD
it to the container.