So i have recently exported my website to github, and i was wondering if there is any way to make it so that when a new commit is created on my repo, it will also update on the glitch site.
EDIT: I am asking for a friend, they told me to copy-paste this here.
there is no direct feature on Glitch yet (Glitch Feature Ideas?) where a glitch repo gets updated whenever a github repo is updated. however, there are indirect methods to do this:
or if you’re interested, there’s a whole article by glitch on automating a github-glitch workflow that achieves what you want plus more, with the usage of github actions (based on the idea that every glitch project is also a github repository): Automating My Deploys From GitHub to Glitch - DEV Community