camelot-project / frontend

The frontend: The web-facing server software for CAMELOT
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

Add current version of software running on Heroku in the webpage footer #97

Open snlongmore opened 9 years ago

snlongmore commented 9 years ago

Do I understand correctly that some manual massaging is required to port the latest version of the software to Heroku? If so, it would be good to have the current version of the software on Heroku automatically displayed in the footer of the webpage to make sure we are using the latest version.

keflavich commented 9 years ago

Every time there is a change to master on the repository, it needs to be deployed to heroku, which means that I do: git push heroku master on my version of the repo. Anyone with access can do this - just e-mail me to get access.

Version IDs in the footer would be great! I don't know how to do this yet; heroku ditches the git-repository-ness of its git clone and loses the capability of introspecting version information.

keflavich commented 9 years ago

I have changed this: all merges into frontend/master will automatically be deployed to heroku.

I still have no way to include version IDs for the frontend. I can do that for the database though...