1
I have a repository from which two different applications derive. Although they share the same source code, the visual and database of the two is different, as well as the paths on the server. Good to remember that they are treated as different products too.
So I need to set up:
app1_production, app1_staging e app2_production, app2_staging
In version 2 of Capistrano, I could create a file for each environment within config/deploy. But in version 3 it seems that this has changed. All you have is staging and Production. What now? Is there any way I can create custom Stages like in Capistrano 2?