DEV Community

Discussion on: Automating My Deploys From GitHub to Glitch

Collapse
 
melissamcewen profile image
Melissa McEwen

Whoa, I'm totally gonna check this out, it sounds awesome.

Collapse
 
bacongravy profile image
David Kramer

I wrote up an introduction here: dev.to/bacongravy/introducing-glit...

I'd love your feedback.

Thread Thread
 
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 }}