I am planning to deploy an app that uses a few api keys on Heroku. I was planning on using there git deployment method. I have a few api keys on the application that could create problems if they were to be compromised.
Is it safe to deploy an app like that through Heroku? Should I use their dropbox method instead?
Any insight or feedback would be appreciated. Thank you in advance!