DEV Community

Discussion on: Automating My Deploys From GitHub to Glitch

Collapse
 
jpcarrascal profile image
JP Carrascal

This article was super helpful!
I managed to set two Glitch projects to behave like my development and production environments, with my main repo being in GitHub and everything working CI/CD style. Thank you very much!

I have three comments:

  • I'd clarify that the GitHub action uses somebody else's code from github.com/wei/git-sync
  • The GitHub repo should be public. Otherwise you need to also set a SSH public key as explained in the link above.
  • Minor: In the article you say "Replace YOUR GITHUB REPO URL HERE with your https GitHub URL", but there is no "YOUR GITHUB REPO URL HERE" in the action code (although the solution is obvious :)

Cheers!

JP

Collapse
 
melissamcewen profile image
Melissa McEwen

Thanks for the feedback, just made some edits as suggested :D