AutoDeploy your projects using Github WebHooks
Hey Everyone, Many of us has this problem of deploying our github repo to EC2 machines or Digital Ocean's droplets or etc. We can automate this process by running a simple webhook script on our machine. Lets start ! The script const secret = "secret-...
Jun 30, 20203 min read280

