RyanRussell00 / personal-dj

Personal DJ site that creates playlists given custom inputs. View it live at: http://personaldj.net/
http://personaldj.net/
MIT License
26 stars 12 forks source link

Add pipeline for building and deploying project #44

Closed RyanRussell00 closed 3 years ago

RyanRussell00 commented 3 years ago

Currently when we want to deploy to Heroku we have to:

This can and should be automated as a GitHub action as part of a CI/CD flow.

RyanRussell00 commented 3 years ago

I have setup Heroku to deploy the master branch to the public site everytime master is updated.