Skip to content

bluejekyll/heroku-buildpack-recompose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Recompose Buildpack

This is a Heroku Buildpack that will recompose an application from other Heroku applications that have already been deployed

Usage

$ heroku create
$ heroku buildpacks:set https://github.com/jkutner/heroku-buildpack-recompose
$ heroku config:set HEROKU_API_USER="$(heroku auth:whoami)"
$ heroku config:set HEROKU_API_KEY="$(heroku auth:token)"

Create an Appfile with the names of your apps:

obscure-ocean-46482 3
safe-temple-58473 4
frozen-springs-75068 3

Create a bin/web with the command to start your app:

# your code goes here
java -jar targetmyapp.jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 60.3%
  • Python 34.2%
  • HTML 3.8%
  • Ruby 1.7%