Skip to content
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

heroku:deploy:after and its dependencies not being invoked #129

Open
pivotal-medici opened this issue Mar 8, 2013 · 0 comments
Open

heroku:deploy:after and its dependencies not being invoked #129

pivotal-medici opened this issue Mar 8, 2013 · 0 comments

Comments

@pivotal-medici
Copy link

The deploy and deploy:force tasks manually trigger the after_deploy task, but they do so using Rake::Task#execute, which will not invoke task dependencies. That means heroku:deploy:after and any of its dependencies will not be executed. Should be as simple as calling Rake::Task#invoke instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant