I'm deploying a node.js app to Azure Web Services using git from my local machine via: git push azure master
One of our npm packages is a private repo hosted on BitBucket. Without Azure having an SSH key to clone that repo, the deployment fails.
How can I add an SSH key to my Azure server that will get used during these deployment executions?