Merge pull request #1360 from alphagov/makefile-update

Explicitly target environment on cf-push
This commit is contained in:
Sakis
2017-10-31 16:59:53 +00:00
committed by GitHub

View File

@@ -304,6 +304,7 @@ cf-rollback: ## Rollbacks the app to the previous release
.PHONY: cf-push
cf-push:
$(if ${CF_APP},,$(error Must specify CF_APP))
cf target -o ${CF_ORG} -s ${CF_SPACE}
cf push ${CF_APP} -f ${CF_MANIFEST_FILE}
.PHONY: check-if-migrations-to-run