Remove explicit api_host_name vars from the envs

This commit is contained in:
bandesz
2017-02-23 11:22:58 +00:00
parent 978d99f708
commit e3cb908c1a
2 changed files with 1 additions and 3 deletions

View File

@@ -284,6 +284,7 @@ cf-rollback: ## Rollbacks the app to the previous release
.PHONY: cf-push
cf-push:
$(if ${CF_APP},,$(error Must specify CF_APP))
cf push ${CF_APP} -f ${CF_MANIFEST_FILE}
define cf_deploy_with_docker