I am using a Procfile
for some of my dynos on Heroku, but I have different commands for both my local development and the Heroku production environment.
But given that I have one Procfile
, how do I add a conditional to the check to see if the local rails environment is production or development?
Is that even possible?