Auto Deploy Code to servers using GitHub WebHooks and Node JS Microservice
Posted onJust to help my team to move code to servers easily I made this solution. Yes, like many organization we do have different environments like TEST, DEVELOPMENT, STAGE and PRODUCTION and each use different config files and credentials. So, simply I used webhooks by following below instructions. Go to your GitHub repo settings. Choose Hooks from […]