inoda / ontrack

:money_with_wings: A simple self-hosted budgeting app
MIT License
780 stars 64 forks source link

Github Pages issues #105

Open FriendElliot opened 1 year ago

FriendElliot commented 1 year ago

Can't deploy to github Pages, every time a different error, without heroku I'm kinda of lost, can't just click " deploy to heroku ". Anyone know how to deploy to GH pages?

hugginsio commented 11 months ago

GitHub pages is intended for hosting static sites:

https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#about-github-pages

OnTrack is not a static website, due to its nature as a Rails application. I do not believe you would be able to deploy OnTrack with Pages.