diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-09-10 18:12:14 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-09-10 18:12:14 +0200 |
commit | 1c805e084fd5689c0df1f1d47011f33753eed14b (patch) | |
tree | 1f13e260a118fedd2f4a6baabbcb15d347590c9e | |
parent | 3934ee13f7e478177ec14e2d63169f486f51b26b (diff) | |
download | wekan-1c805e084fd5689c0df1f1d47011f33753eed14b.tar.gz wekan-1c805e084fd5689c0df1f1d47011f33753eed14b.tar.bz2 wekan-1c805e084fd5689c0df1f1d47011f33753eed14b.zip |
Use the master branch as default for heroku deployments
Devel might contain instable features
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | app.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ that by providing one-click installation on Heroku or [Sandstorm](https://sandstorm.io) platforms and verified [Docker](https://www.docker.com) images. -[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/wekan/wekan/tree/master) Wekan is released under the very permissive [MIT license](LICENSE), and made with [Meteor](https://www.meteor.com). @@ -2,7 +2,7 @@ "name": "Wekan", "description": "The open-source Trello-like kanban", "repository": "https://github.com/wekan/wekan", - "logo": "https://raw.githubusercontent.com/wekan/wekan/heroku/meta/icons/wekan-150.png", + "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png", "keywords": ["productivity", "tool", "team", "kanban"], "website": "http://wekan.io", "env": { |