onefinestay / gonzo

Instance and release management made easy
Other
17 stars 4 forks source link

Easy access to new version path prior to roll forward #33

Open AndrewIngram opened 10 years ago

AndrewIngram commented 10 years ago

We need to be able to execute certain tasks (ie migrations, static file processing) in the context of the new version before executing the rollforward task. In our release flow, rollforward should be the last task executed prior to process (webserver, celery, etc) reloads.