-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add callbacks support #12
Comments
What callbacks would you like to see? pre_deploy and maybe a post_deploy? |
Yes I think that would be enough. |
Just released 0.2.2 which has these callbacks: You can define as many rake tasks as you like to be run as before or after deploy tasks. |
To use an after_deploy callback should we define the task in our own heroku.rake file like this: |
Ah, I see that you can just define another :after_deploy task. Thanks. |
Yes. Tasks are just tasks. As long as they are included soon enough, they can be defined in any file you want. |
Happily accepting documentation patches :) |
Hello,
It'd be super cool if we'd be able to add some callbacks to the deployment.
For exemple, I'm using the GitHub Javascript Strategy to bundle my JS and CSS. And I'd really like to do it automatically every time I deploy.
The text was updated successfully, but these errors were encountered: