Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 840 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 840 Bytes

useful-insect

This project demonstrates how to use GitHub Actions and glitcheroo together to continuously deploy a project from GitHub to Glitch.

How does it work

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.