mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
Merge pull request #1360 from alphagov/makefile-update
Explicitly target environment on cf-push
This commit is contained in:
1
Makefile
1
Makefile
@@ -304,6 +304,7 @@ cf-rollback: ## Rollbacks the app to the previous release
|
|||||||
.PHONY: cf-push
|
.PHONY: cf-push
|
||||||
cf-push:
|
cf-push:
|
||||||
$(if ${CF_APP},,$(error Must specify CF_APP))
|
$(if ${CF_APP},,$(error Must specify CF_APP))
|
||||||
|
cf target -o ${CF_ORG} -s ${CF_SPACE}
|
||||||
cf push ${CF_APP} -f ${CF_MANIFEST_FILE}
|
cf push ${CF_APP} -f ${CF_MANIFEST_FILE}
|
||||||
|
|
||||||
.PHONY: check-if-migrations-to-run
|
.PHONY: check-if-migrations-to-run
|
||||||
|
|||||||
Reference in New Issue
Block a user