On Tue, May 7, 2013 at 3:10 PM, Tam Nguyen <[email protected]> wrote: > Peter, > > Sorry, but not sure if I understand your answer. All our apps are cooked up > in one repo, and they reference each other. How do I go about splitting them > up into different apps on Heroku, and how would I deploy to from the Linux > box to Heroku? Would they have different Profile, or where would I specify > which app to run?
Interesting. It sounds like you want to deploy the same code/git repository to different Heroku applications, but want to have different entry points in your Procfile so that each app runs a different code path. Does that sound about right? -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
