- The current Git commit ID is now a prerequisite of
git-ready-to-deploy.sh
, instead ofgit-ready-to-deploy.sh
being a marked phony target in theMakefile
. - Running
git-ready-to-deploy.sh
is now run right after aftergit-ready-to-deploy.sh
is built. This makes for both a test, and a way to to ensure thatgit-ready-to-deploy.sh
is itself deployed in a reliable manner.