OK, a question that seems to be harder (for me) then it appears at first. I develop sites with the symphony framework. But some of the sites are put on servers to which I have no direct access. So, in order to keep track if the latest version is put, I have added a value in the HTML header of the login page. Now I always manually update this value (in the TWIG). And now the question I'm struggling with:
Is it possible to "automate" that the latest value of the GIT commit is added automatically (and transparently, so meaning no effort is required)?
I've been thinking of adding a value to the .env file and trying to get this populated with the correct value, but to be honest I'm a bit struggling to see how I can make this work....
If there are other suggestions to keep a decent version tracking which is relatively transparent for the actual users of the site, then that is of course also welcome...