CI/CD?
Closed this issue · 3 comments
TheOriginalSoni commented
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
Should be simple to add
TheOriginalSoni commented
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
Confirmed during 104a5d9
No plans for CI yet. Could be nice to add eventually to codebase