Using Github's Webhook to Automate Blog Deployment
· 2 min read
I suddenly got tired of having to log in via SSH and then run git pull && npm run build
to deploy my blog every time, so I thought of using a webhook.
However, I still have to fix the package-lock.json
conflicts myself. I'll think of a way to deal with this later (just ignore it!).