I'm working with project on local machine where internet connection is so slowly. For best testing i have another server in other place with fast internet connection. To test my projects i'm use capistrano with puma. But my client use production environment on his server on capistrano with unicorn.
Question:
How can i divide my puma_deploy.rb and (unicorn_)deploy.rb for work with both capistrano deployments? P.S. when i push repo to client, i add puma_deploy.rb to .gitignore, to prevent confuse with clients administrators, which makes deploy from own repo to own server.