DEV Community

Discussion on: Automating My Deploys From GitHub to Glitch

 
melissamcewen profile image
Melissa McEwen

Reading now + sharing with my colleagues!

Thread Thread
 
bacongravy profile image
David Kramer

Coming full circle, I also created a project to demonstrate how to use glitcheroo from a GitHub Actions workflow: github.com/bacongravy/useful-insect

This is the interesting part:

      - name: Deploy project to Glitch
        run: |
          npx glitcheroo deploy
        env:
          GLITCHEROO_GIT_URL: ${{ secrets.GLITCHEROO_GIT_URL }}