PuzzleTechHub / myus

A public hassle free puzzlehunt hosting tool
https://www.puzzlehuntmy.us/
MIT License
1 stars 9 forks source link

CI/CD? #12

Closed TheOriginalSoni closed 4 months ago

TheOriginalSoni commented 4 months ago

Right now you need to run git push and git push heroku master separately on every commit.

There's a way in heroku settings for all new pushes to this repo to automatically get pushed to Heroku. Set up that?

TheOriginalSoni commented 4 months ago

Should be simple to add

TheOriginalSoni commented 4 months ago

image

I believe all commits to main branch will now automatically reflect in main website (and testing website). Followed instructions at Heroku's website

TheOriginalSoni commented 4 months ago

Confirmed during 104a5d9

No plans for CI yet. Could be nice to add eventually to codebase