How do I resolve the following EACCES: permission denied in my nodejs app?
I am trying to put together a nodejs
script that automatically updates my code on the AWS servers whenever i update my code on github. The script uses webhooks. The following code is the script called webhook_server.js