cfl / issues_tptd

0 stars 0 forks source link

Add version number to application and healthcheck page #31

Closed cflsdeboer closed 1 year ago

cflsdeboer commented 1 year ago

Please add a VERSION=0.9.A to buildspec.yml in the env: variables: section.

Then add a /healthCheck route/file that will do and return the following as JSON:

Ideally we would also add a "version_log" table to the database and any time the application starts/restarts it looks to see if the version has not been entered into that table and adds it along with the date/time. I don't know where this could be intergrated into the Laravel stack though.