Allow pre-deploy job specific environment variables
Currently, the pre-deploy job uses the same environment variables as the webapp.
Need to be able to override the environment_variables
variable with a new pre_deploy_job_environment_variables
variable. If this is not supplied, it should default to environment_variables
.