I would like to add cap deploy:setup as a pre-requisite for cap deploy task. How should I do this.
Asked
Active
Viewed 33 times
1 Answers
2
Add the following line to your deploy.rb
before 'deploy:update', 'deploy:setup'

Chris Aitchison
- 4,656
- 1
- 27
- 43