Question

I would like to add cap deploy:setup as a pre-requisite for cap deploy task. How should I do this.

Was it helpful?

Solution

Add the following line to your deploy.rb

before 'deploy:update', 'deploy:setup'
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top