Is there a way to set a default stage in Capistrano 3?
I\'ve tried putting set :stage, :production
inside deploy.rb but that didn\'t work, it gives the erro
After I cd
into the RAILS Root directory, issuing the command:
cap development deploy
seems to work. Earlier I was in the app/models folder and issuing the command came back with this error:
Stage not set, please call something such as cap production deploy, where production is a stage you have defined.