What does heroku bundles:animate bundle do?

2009-05-20 Thread GreenAsJade
The help says animate a bundle into a new app What exactly does this mean? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To unsubscribe

Re: What does heroku bundles:animate bundle do?

2009-05-20 Thread Bill Burcham
A bundle is an archive of all your application files plus your database state (schema and data). Bundles are a way to easily backup and restore your application. On May 20, 2009, at 2:45 AM, GreenAsJade martin.jg.greg...@gmail.com wrote: The help says animate a bundle into a new app

Re: What does heroku bundles:animate bundle do?

2009-05-20 Thread Pedro Belo
Exactly, bundles:animate is to create a new app from some bundle. Although if you want to have the same code running on two Heroku apps the easiest way is to use multiple git remotes: http://jqr.github.com/2009/04/25/deploying-multiple-environments-on-heroku.html On Wed, May 20, 2009 at 6:32