Allow environment variable through commit message

e.g.[ci_env$var foo] in commit message will set $var foo for the env.

This will allow better control flow of tests. e.g. skip certain parts for the test if commit has some variable set to certain state.

Deploy/don’t deploy.

Makes circle.yml more dynamic.