Skip to content

Commit

Permalink
Fixes #1396: Updated the buildpacks for Scalingo and Bluemix (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavithaenair authored and mariobehling committed Aug 5, 2017
1 parent b122c65 commit 56d9cdb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"logo": "https://raw.githubusercontent.com/loklak/loklak_server/master/html/images/loklak_anonymous.png",
"website": "http://api.loklak.org",
"repository": "https://github.com/loklak/loklak_server.git",
"image": "mariobehling/loklak",
"image": "loklak/loklak_server:latest-master",
"env": {
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-gradle.git"
}
Expand Down
6 changes: 3 additions & 3 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
applications:
- name: "Loklak Server"
buildpack: "https://github.com/loklak/bluemix_buildpack_ant_loklak.git"
buildpack: "https://github.com/heroku/heroku-buildpack-gradle.git"
description: "Distributed Tweet Search Server"
image: "mariobehling/loklak"
image: "loklak/loklak_server:latest-master"
logo: "https://raw.githubusercontent.com/loklak/loklak_server/master/html/images/loklak_anonymous.png"
repository: "https://github.com/loklak/loklak_server.git"
website: "http://loklak.org"
website: "http://api.loklak.org"
6 changes: 3 additions & 3 deletions scalingo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "Loklak Server",
"description": "Distributed Tweet Search Server",
"logo": "https://raw.githubusercontent.com/loklak/loklak_server/master/html/images/loklak_anonymous.png",
"website": "http://loklak.org",
"website": "http://api.loklak.org",
"repository": "https://github.com/loklak/loklak_server.git",
"image": "mariobehling/loklak",
"image": "loklak/loklak_server:latest-master",
"env": {
"BUILDPACK_URL": {
"value": "https://github.com/loklak/heroku_buildpack_ant_loklak.git"
"value": "https://github.com/heroku/heroku-buildpack-gradle.git"
}
}
}

0 comments on commit 56d9cdb

Please sign in to comment.