All Questions
3 questions
1
vote
1
answer
551
views
How do I get the SSH key of my EB instance so that I can give it deployment access in BitBucket?
I am building a node.js app that is hosted by AWS Elastic Beanstalk. One of the dependencies is hosted on BitBucket. I have specified the Git SSH url in the package.json file and everything works on ...
4
votes
1
answer
5k
views
Using npm install as a MS-Windows system account
I have a node application running on Windows, which I want to be able to update automatically. When I run npm install -d as the Administrator account - it works fine, but when I try to run it through ...
3
votes
1
answer
1k
views
private github repo in package.json breaking azure website deployment
Trying to deploy an Express app on an Azure "web site" through Github. I have a private repository in package.json dependencies:
"dependencies": {
"express: "~3.4.0",
...
"private-repo": "git+...