coding-blocks / DigitalOceanApp

Admin Console for Digital Ocean
GNU General Public License v3.0
56 stars 76 forks source link

Add an apk branch which is automatically updated by latest app builds #41

Closed abishekvashok closed 7 years ago

abishekvashok commented 7 years ago

For better testing and usabliltiy can we have an apk branch where the latest (or manually decied number of latest) .apk file(s) reside.

The apk files will be pushed by Travis CI on each successful build in the master branch.

thoughts? Can we have it?

championswimmer commented 7 years ago

We'll do it via Github releases. Why pollute git branches and histories

abishekvashok commented 7 years ago

Then can have a script to auto release after each commit @championswimmer? What are your thoughts?

championswimmer commented 7 years ago

Travis can do that on tags