mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 12:18:49 +01:00
Use the master branch as default for heroku deployments
Devel might contain instable features
This commit is contained in:
parent
3934ee13f7
commit
1c805e084f
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ that by providing one-click installation on Heroku or
|
||||||
[Sandstorm](https://sandstorm.io) platforms and verified
|
[Sandstorm](https://sandstorm.io) platforms and verified
|
||||||
[Docker](https://www.docker.com) images.
|
[Docker](https://www.docker.com) images.
|
||||||
|
|
||||||
[](https://heroku.com/deploy)
|
[](https://heroku.com/deploy?template=https://github.com/wekan/wekan/tree/master)
|
||||||
|
|
||||||
Wekan is released under the very permissive [MIT license](LICENSE), and made
|
Wekan is released under the very permissive [MIT license](LICENSE), and made
|
||||||
with [Meteor](https://www.meteor.com).
|
with [Meteor](https://www.meteor.com).
|
||||||
|
|
|
||||||
2
app.json
2
app.json
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Wekan",
|
"name": "Wekan",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source Trello-like kanban",
|
||||||
"repository": "https://github.com/wekan/wekan",
|
"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"],
|
"keywords": ["productivity", "tool", "team", "kanban"],
|
||||||
"website": "http://wekan.io",
|
"website": "http://wekan.io",
|
||||||
"env": {
|
"env": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue