Category: Node.js
-
Using git and a post-recive to update production node.js apps.
I have been trying to figure out the best way to deploy and maintain node.js apps in development and production. If I have a local git repo on my machine, and I want to push it to production, what is the best way to do this? I don’t think the .git files should be there.…
-
Using jsforce and node.js to connect to Salesforce
I wanted to write a node.js app to pull data from Salesforce. I found the NPM library jsforce. I added it to my packages in my package.json: I also added “dotenv” which I am using to load my client secret and all configuration data from a hidden .env file. This is not in my git…
