momentumfrc / attendance-manager

Keep track of the attendence of our team members by allowing mentors to check students in and out.
0 stars 0 forks source link

Include git hash in deployment #76

Open lost1227 opened 4 months ago

lost1227 commented 4 months ago

It would be helpful to include the hash of the most recent commit in both the client and server. That could help keep track of which code was last deployed to the server, as well as debugging issues caused by the browser cache not updating.

This wouldn't be too difficult, just find a couple of points in the client/server codebase where we should have the hash, add placeholders, then update the deploy.sh script to use sed to replace the placeholder with the actual commit hash.