This project demonstrates how to use GitHub Actions and glitcheroo
together to continuously deploy a project from GitHub to Glitch.
The deploy
workflow is triggered on every push to the master
branch. The workflow first creates a new GitHub deployment, then deploys the project with glitcheroo
, and finally updates the GitHub deployment status with the result.
The GitHub deployments created by the workflow can be found here.
The logs from the deploy
workflow can be found here.